From af56ce5038b8b1a2e758525112c548b59c1e1461 Mon Sep 17 00:00:00 2001 From: Davee Nguyen Date: Sat, 23 Mar 2019 12:05:04 -0700 Subject: [PATCH] ci: cache pip and pre-commit in ci --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0d36a9a..57d3280 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,3 +37,7 @@ deploy: skip_cleanup: true github_token: $GHTDOCS local_dir: .tox/docs_out +cache: + directories: + - $HOME/Library/Caches/pip + - $HOME/.cache/pre-commit