Skip to content

Commit 5952712

Browse files
committed
Updated Travis config for Python 3.7
1 parent 03ba7f7 commit 5952712

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ matrix:
88
- env: TOXENV=py36
99
python: 3.6
1010
- env: TOXENV=py37
11-
python: 3.7-dev
11+
python: 3.7
12+
sudo: required
13+
dist: xenial
1214
- env: TOXENV=pypy
1315
python: pypy-5.7.1
1416
install: pip install coveralls tox

0 commit comments

Comments
 (0)