Skip to content

Commit 5763ce6

Browse files
committed
Add python 3.7 to travis
1 parent f319dc8 commit 5763ce6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ matrix:
2323
env: TOXENV=py35
2424
- python: 3.6
2525
env: TOXENV=py36
26+
- python: 3.7
27+
env: TOXENV=py37
28+
dist: xenial
29+
sudo: true
2630
- python: pypy
2731
env: TOXENV=pypy
2832

0 commit comments

Comments
 (0)