Cache the piker config dir in CI
parent
414734f803
commit
e40e18dd5c
|
@ -16,5 +16,9 @@ install:
|
|||
- cd $TRAVIS_BUILD_DIR
|
||||
- pipenv install --dev -e . --deploy
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.config/piker/
|
||||
|
||||
script:
|
||||
- pipenv run pytest tests/
|
||||
|
|
Loading…
Reference in New Issue