Skip to content

Commit d90b794

Browse files
committed
Add python 3.7 support
1 parent 4cdc5bc commit d90b794

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
@@ -27,6 +27,10 @@ matrix:
2727
env: TOXENV=py35
2828
- python: 3.6
2929
env: TOXENV=py36
30+
- python: 3.7
31+
env: TOXENV=py37
32+
sudo: required
33+
dist: xenial
3034
- python: pypy
3135
env: TOXENV=pypy
3236
notifications:

0 commit comments

Comments
 (0)