mirror of
https://github.com/fergalmoran/picard.git
synced 2026-03-02 03:23:59 +00:00
Travis knows where pip caches
See https://docs.travis-ci.com/user/caching/#pip-cache
This commit is contained in:
@@ -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'"
|
||||
|
||||
Reference in New Issue
Block a user