Enable cached pip packages
This commit is contained in:
parent
0edb5480f6
commit
7f1b7d36f1
@ -1,8 +1,10 @@
|
|||||||
language: python
|
language: python
|
||||||
# Use new container-based Travis infrastructure.
|
# Use new container-based Travis infrastructure.
|
||||||
sudo: false
|
sudo: false
|
||||||
# Cache pip packages.
|
# Cache pip packages. `cache: pip` does not work with custom install steps.
|
||||||
cache: pip
|
cache:
|
||||||
|
directories:
|
||||||
|
- $HOME/.cache/pip
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
|
Reference in New Issue
Block a user