mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-05-13 09:43:17 +00:00
Work around Python 3.6 being too old on Travis CI
This commit is contained in:
parent
165087c1ce
commit
e2c8b492f3
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ matrix:
|
|||
- { python: 3.4, env: DJANGO=2.1 }
|
||||
include:
|
||||
- { python: 3.6, env: TOXENV=flake8 }
|
||||
- { python: 3.6, env: TOXENV=readme }
|
||||
- { python: 2.7, 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 }
|
||||
|
|
|
|||
Loading…
Reference in a new issue