Skip to content

Commit b0e0807

Browse files
committed
Try to fix Python 3.7 in Travis
travis-ci/travis-ci#9815 (comment)
1 parent dfbdd50 commit b0e0807

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
language: python
2+
python: 3.7
3+
dist: xenial
4+
sudo: true
25
matrix:
36
include:
47
- env: TOXENV=py27-dj19
@@ -30,9 +33,9 @@ matrix:
3033
- env: TOXENV=py37-dj20
3134
python: 3.7
3235
- env: TOXENV=py35-dj21
33-
python: 3.7
36+
python: 3.5
3437
- env: TOXENV=py36-dj21
35-
python: 3.7
38+
python: 3.6
3639
- env: TOXENV=py37-dj21
3740
python: 3.7
3841
install:

0 commit comments

Comments
 (0)