Skip to content

Commit d481048

Browse files
committed
Activate caching in travis again
1 parent 0b687cd commit d481048

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ matrix:
2222
install: pip install coveralls tox
2323
script: tox
2424
after_success: coveralls
25-
25+
cache:
26+
directories:
27+
- $HOME/.cache/pip
28+
- $HOME/.cache/pre-commit
2629
deploy:
2730
provider: pypi
2831
distributions: "sdist bdist_wheel"

0 commit comments

Comments
 (0)