Skip to content

Commit eac6b94

Browse files
committed
pip broke the build
1 parent 02aee15 commit eac6b94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ cache:
1616
directories:
1717
- $HOME/.cache/pip
1818
install:
19-
- pip install "pip>=7.0.2" wheel
19+
# pip >=8 dropped Python 3.2 support
20+
- pip install "pip<8.0.0" wheel
2021
- pip install "$DJANGO" "coverage==3.7.1" coveralls "mock>=1.0.1"
2122
- pip install .
2223
matrix:

0 commit comments

Comments
 (0)