mirror of
https://github.com/laurivosandi/certidude
synced 2024-12-23 00:25:18 +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 -r requirements.txt
|
||||||
- pip install --editable .
|
- pip install --editable .
|
||||||
script: py.test
|
script: py.test
|
||||||
cache: pip
|
cache:
|
||||||
|
directories:
|
||||||
|
- $HOME/.cache/pip
|
||||||
|
Loading…
Reference in New Issue
Block a user