Skip to content

Commit 8256cb8

Browse files
upgrade pip to 8.1.2
1 parent 99ed2d8 commit 8256cb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ cache:
1111
- $HOME/.pip-cache/
1212

1313
install:
14-
- pip install -r requirements-dev.txt --allow-all-external --download-cache $HOME/.pip-cache
14+
- pip install pip==8.1.2
15+
- pip install -r requirements-dev.txt --allow-all-external
1516
- pip install coveralls
1617

1718
env:

0 commit comments

Comments
 (0)