Skip to content

Commit

Permalink
fix: set Python version to 3.5 in .travis.yml
Browse files Browse the repository at this point in the history
Travis build failed on Python 3.5 because it doesn't pre-installed
in default build environment.

See travis-ci/travis-ci#5993
  • Loading branch information
chiehtu committed Mar 21, 2017
1 parent 18cc688 commit 78e042c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,4 +1,5 @@
language: python
python: 3.5

install:
- pip install coveralls tox
Expand Down

0 comments on commit 78e042c

Please sign in to comment.