1
0
mirror of https://github.com/laurivosandi/certidude synced 2024-10-01 06:21:41 +00:00

travis: Properly cache pip packages

This commit is contained in:
Priit Laes 2015-09-29 15:38:06 +03:00
parent 5d5894a77a
commit 5cddbe2a15

View File

@ -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