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

Commit

Permalink
travis: limit the pip version
Browse files Browse the repository at this point in the history
  • Loading branch information
swistakm committed Mar 22, 2016
1 parent 4c089cc commit 4db4f57
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 @@ -29,6 +29,6 @@ env:

- TOX_ENV=coverage
install:
- pip install tox==2.2.1
- pip install -U 'tox==2.2.1' 'pip<8.0.0'
script:
- tox -e $TOX_ENV

0 comments on commit 4db4f57

Please sign in to comment.