Skip to content

Commit 50f12e8

Browse files
phanak-sapfilak-sap
authored andcommitted
Update travis.yml - add Python 3.7 (#15)
travis: add Python 3.7 build target The distro must be changed and sudo must be added for python 3.7: - travis-ci/travis-ci#9552 - travis-ci/travis-ci#9815
1 parent a943c5e commit 50f12e8

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
@@ -1,7 +1,9 @@
1-
dist: trusty
1+
dist: xenial
2+
sudo: required
23
language: python
34
python:
45
- "3.6"
6+
- "3.7"
57

68
# command to install dependencies
79
install:

0 commit comments

Comments
 (0)