Enable cached pip packages
This commit is contained in:
parent
0edb5480f6
commit
7f1b7d36f1
@ -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
|
||||
|
Reference in New Issue
Block a user