Skip to content

Commit 531f94d

Browse files
authored
Workaround for Python 3.7 on Travis no longer needed
1 parent 6320843 commit 531f94d

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.travis.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,11 @@ language: python
22

33
python:
44
- "nightly"
5+
- "3.7"
56
- "3.6"
67
- "3.5"
78
- "2.7"
89

9-
# Python 3.7 currently (early 2019) needs a newer Ubuntu version than the
10-
# default image on Travis.
11-
matrix:
12-
include:
13-
- python: 3.7
14-
dist: xenial
15-
sudo: true
16-
1710
install:
1811
# We do this conditionally because it saves us some downloading if the
1912
# version is the same.

0 commit comments

Comments
 (0)