Skip to content

Commit 8dffb0c

Browse files
committed
Update Travis config
Travis isn't supporting Python 3.7 yet
1 parent 70c908f commit 8dffb0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ python:
44
- "2.7"
55
- "3.5"
66
- "3.6"
7-
- "3.7"
7+
# - "3.7" It doesn't look like Travis is supporting v3.7 yet
88
install: "script/setup"
99
script: "script/ci"
1010
cache: pip

0 commit comments

Comments
 (0)