From e40e18dd5c990a41fa85dff6ae3edaf182119d59 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Mon, 25 Feb 2019 22:07:13 -0500 Subject: [PATCH] Cache the piker config dir in CI --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0f6967bd..37e0f180 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,5 +16,9 @@ install: - cd $TRAVIS_BUILD_DIR - pipenv install --dev -e . --deploy +cache: + directories: + - $HOME/.config/piker/ + script: - pipenv run pytest tests/