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 4db4f57 commit a275bfa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ env:

- TOX_ENV=coverage
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'
script:
- tox -e $TOX_ENV

0 comments on commit a275bfa

Please sign in to comment.