Skip to content

Commit a2a58a1

Browse files
committed
Add Thomas's workaround to enable Python 3.7 testing
1 parent 023a35d commit a2a58a1

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
@@ -2,11 +2,18 @@ language: python
22

33
python:
44
- "nightly"
5-
- "3.7"
65
- "3.6"
76
- "3.5"
87
- "2.7"
8+
9+
# Python 3.7 currently (early 2019) needs a newer Ubuntu version than the
10+
# default image on Travis.
911
matrix:
12+
include:
13+
- python: 3.7
14+
dist: xenial
15+
sudo: true
16+
1017
allow_failures:
1118
- python: "nightly"
1219

0 commit comments

Comments
 (0)