Travis knows where pip caches

See https://docs.travis-ci.com/user/caching/#pip-cache
This commit is contained in:
Wieland Hoffmann
2016-07-27 18:06:29 +02:00
parent c3fd992d00
commit 1b7e695dd4

View File

@@ -7,7 +7,7 @@ virtualenv:
system_site_packages: true
cache:
- apt
- $HOME/.pip/cache
- pip
env:
global:
- PIP_INSTALL="pip install --download-cache='$HOME/.pip/cache'"