Skip to content

Commit

Permalink
Update Travis config
Browse files Browse the repository at this point in the history
Travis isn't supporting Python 3.7 yet
  • Loading branch information
cmlccie committed Sep 9, 2018
1 parent 70c908f commit 8dffb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
# - "3.7" It doesn't look like Travis is supporting v3.7 yet
install: "script/setup"
script: "script/ci"
cache: pip

0 comments on commit 8dffb0c

Please sign in to comment.