Skip to content

Commit 0606e25

Browse files
committed
added python 3.7 to travis CI
1 parent 27a79f8 commit 0606e25

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ python:
88
- "3.5"
99
- "3.6"
1010

11+
# Work-around to enable python 3.7 without globally enabling sudo and dist: xenial for other build jobs
12+
# see https://github.com/travis-ci/travis-ci/issues/9815
13+
matrix:
14+
include:
15+
- python: 3.7
16+
dist: xenial
17+
sudo: true
18+
1119
branches:
1220
only:
1321
- master

0 commit comments

Comments
 (0)