Skip to content

Commit 4008db5

Browse files
committed
Have pip install use the cache.
1 parent 562909b commit 4008db5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ python:
88
- pypy
99
cache: pip
1010
install:
11-
- pip install pytest-cov coveralls flake8 import-order gevent==1.1b5
12-
- pip install pytest>=2.7.3 --upgrade
11+
- pip install --cache-dir $HOME/.cache/pip pytest-cov coveralls flake8 import-order gevent==1.1b5
12+
- pip install --cache-dir $HOME/.cache/pip pytest>=2.7.3 --upgrade
1313
- pip install -e .
1414
script:
1515
- flake8

0 commit comments

Comments
 (0)