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

Commit 4db4f57

Browse files
committed
travis: limit the pip version
1 parent 4c089cc commit 4db4f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ env:
2929

3030
- TOX_ENV=coverage
3131
install:
32-
- pip install tox==2.2.1
32+
- pip install -U 'tox==2.2.1' 'pip<8.0.0'
3333
script:
3434
- tox -e $TOX_ENV

0 commit comments

Comments
 (0)