From 2c8908dc207bc24363d009a8a1173a5aa395030e Mon Sep 17 00:00:00 2001 From: Pi Delport Date: Wed, 22 Aug 2018 12:36:55 +0200 Subject: [PATCH] (Travis: Remove version quotes, for consistency) --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c92c78e..69a13a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,9 +29,9 @@ matrix: - { python: 3.6, env: TOXENV=flake8 } - { python: 3.6, env: TOXENV=readme } # Work around Travis Python 3.7 issue: https://github.com/travis-ci/travis-ci/issues/9815 - - { python: '3.7', env: DJANGO=1.11, dist: xenial, sudo: true } - - { python: '3.7', env: DJANGO=2.0, dist: xenial, sudo: true } - - { python: '3.7', env: DJANGO=2.1, dist: xenial, sudo: true } + - { python: 3.7, env: DJANGO=1.11, dist: xenial, sudo: true } + - { python: 3.7, env: DJANGO=2.0, dist: xenial, sudo: true } + - { python: 3.7, env: DJANGO=2.1, dist: xenial, sudo: true } install: - pip install tox-travis