Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

Commit

Permalink
ci: cache pip and pre-commit in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
daveenguyen committed Mar 23, 2019
1 parent 188231f commit af56ce5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit af56ce5

Please sign in to comment.