Skip to content

Commit cc59584

Browse files
committed
add Python 3.7 to Travis CI matrix
1 parent f4eebdc commit cc59584

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ matrix:
55
env: TOXENV=py27,py35
66
- python: 3.6
77
env: TOXENV=py36
8+
- python: 3.7
9+
env: TOXENV=py37
810

911
branches:
1012
only:
@@ -35,4 +37,4 @@ notifications:
3537
email: false
3638

3739
sudo: required
38-
dist: trusty
40+
dist: xenial

0 commit comments

Comments
 (0)