mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-05-12 09:13:13 +00:00
(Travis: Remove version quotes, for consistency)
This commit is contained in:
parent
27422a6427
commit
2c8908dc20
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue