(Travis: Remove version quotes, for consistency)

This commit is contained in:
Pi Delport 2018-08-22 12:36:55 +02:00
parent 27422a6427
commit 2c8908dc20

View file

@ -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