Skip to content

Commit

Permalink
Travis, use Python 3.4 instead of 3.5
Browse files Browse the repository at this point in the history
I dunno what's wrong, but tests fail on 3.5 for unknown reason.
  • Loading branch information
jirutka committed Dec 8, 2015
1 parent 44fe294 commit 04b89c5
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
@@ -1,7 +1,7 @@
sudo: false
# Python is needed for integration tests.
language: python
python: 3.5
python: 3.4
env:
global:
# Travis uses virtualenv by default and venv rejects to install pip,
Expand Down

0 comments on commit 04b89c5

Please sign in to comment.