Skip to content

Commit

Permalink
use python 3.5 inside travis, since with 3.6 the tox -e py3.5 did not…
Browse files Browse the repository at this point in the history
… load
  • Loading branch information
robren committed Jan 29, 2017
1 parent a6d9bfc commit 508eb2b
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 @@ -2,7 +2,7 @@
# This file will be regenerated if you run travis_pypi_setup.py

language: python
python: 3.6
python: 3.5

env:
- TOXENV=py36
Expand Down

0 comments on commit 508eb2b

Please sign in to comment.