mirror of
https://github.com/laurivosandi/certidude
synced 2024-12-22 16:25:17 +00:00
travis: Properly cache pip packages
This commit is contained in:
parent
5d5894a77a
commit
5cddbe2a15
@ -11,4 +11,6 @@ install:
|
||||
- pip install -r requirements.txt
|
||||
- pip install --editable .
|
||||
script: py.test
|
||||
cache: pip
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.cache/pip
|
||||
|
Loading…
Reference in New Issue
Block a user