Skip to content

Commit 3257532

Browse files
committed
Travis requires a workaround for Python 3.7
1 parent 0ce5e37 commit 3257532

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ python:
44
- "2.7"
55
- "3.5"
66
- "3.6"
7-
- "3.7"
7+
# Borrowed from https://github.com/travis-ci/travis-ci/issues/9815
8+
# Enable 3.7 without globally enabling sudo and dist: xenial for other build jobs
9+
matrix:
10+
include:
11+
- python: 3.7
12+
dist: xenial
13+
sudo: true
14+
815
install:
916
- pip install -r requirements.txt
1017
script:

0 commit comments

Comments
 (0)