Skip to content

Commit

Permalink
Allow travis to cache packages and pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisleaman committed Jan 29, 2020
1 parent 62b508a commit 18f67bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ python:
- 3.7
- 3.6

cache:
pip: true
directories:
- "$HOME/.cache/pre-commit"

stages:
- lint
- test
Expand Down

0 comments on commit 18f67bd

Please sign in to comment.