Enable cached pip packages

This commit is contained in:
David Vierra 2015-10-30 04:07:06 -10:00
parent 0edb5480f6
commit 7f1b7d36f1

View File

@ -1,8 +1,10 @@
language: python
# Use new container-based Travis infrastructure.
sudo: false
# Cache pip packages.
cache: pip
# Cache pip packages. `cache: pip` does not work with custom install steps.
cache:
directories:
- $HOME/.cache/pip
os:
- linux