Skip to content
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.

Commit

Permalink
travis: more version fixing for py32
Browse files Browse the repository at this point in the history
  • Loading branch information
swistakm committed Mar 22, 2016
1 parent a275bfa commit 713d900
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 @@ -32,6 +32,6 @@ install:
# note: pip>=8.0.0 does not work on Python 3.2 but we want to test on py32
# note: virtualenv>=14.0.0 bundles newer version of pip that does not work on
# py32
- pip install -U 'tox==2.2.1' 'pip<8.0.0'
- pip install -U 'tox==2.2.1' 'pip<8.0.0' 'virtualenv<14.0.0'
script:
- tox -e $TOX_ENV

0 comments on commit 713d900

Please sign in to comment.