enable pip/pre-commit caching on travis and appveyor

This commit is contained in:
Ronny Pfannschmidt
2018-05-27 13:01:17 +02:00
parent 075faa5e2b
commit 130f76f66e
3 changed files with 9 additions and 0 deletions
+4
View File
@@ -77,3 +77,7 @@ notifications:
skip_join: true
email:
- pytest-commit@python.org
cache:
directories:
- $HOME/.cache/pip
- $HOME/.cache/pre-commit