travis: Properly cache pip packages

This commit is contained in:
Priit Laes 2015-09-29 15:38:06 +03:00
parent 5d5894a77a
commit 5cddbe2a15
1 changed files with 3 additions and 1 deletions

View File

@ -11,4 +11,6 @@ install:
- pip install -r requirements.txt
- pip install --editable .
script: py.test
cache: pip
cache:
directories:
- $HOME/.cache/pip