Skip to content

Commit

Permalink
Try to fix Python 3.7 in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sastred committed Nov 28, 2018
1 parent dfbdd50 commit b0e0807
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
language: python
python: 3.7
dist: xenial
sudo: true
matrix:
include:
- env: TOXENV=py27-dj19
Expand Down Expand Up @@ -30,9 +33,9 @@ matrix:
- env: TOXENV=py37-dj20
python: 3.7
- env: TOXENV=py35-dj21
python: 3.7
python: 3.5
- env: TOXENV=py36-dj21
python: 3.7
python: 3.6
- env: TOXENV=py37-dj21
python: 3.7
install:
Expand Down

0 comments on commit b0e0807

Please sign in to comment.