Skip to content

Commit

Permalink
Make sure to run Python 3.7 tests on Xenial
Browse files Browse the repository at this point in the history
Xenial is the only version on Travis CI that provides support for Python
3.7.
  • Loading branch information
kjagiello committed Apr 3, 2019
1 parent 15b8381 commit ce47f5c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,16 @@ matrix:
env: TOXENV=py36-django22
- python: 3.7
env: TOXENV=py37-django111
dist: xenial
- python: 3.7
env: TOXENV=py37-django20
dist: xenial
- python: 3.7
env: TOXENV=py37-django21
dist: xenial
- python: 3.7
env: TOXENV=py37-django22
dist: xenial
- python: 3.4 # i.e. skip installing 3.5
env: TOXENV=lint
- python: 3.4
Expand Down

0 comments on commit ce47f5c

Please sign in to comment.