Is it worth caching pip on Travis?

Thomas Kluyver 8 years ago
parent 4e9d40a775
commit 035af348b9

@ -4,6 +4,7 @@ language: python
cache:
directories:
- $HOME/.cache/bower
- $HOME/.cache/pip
python:
- 3.6
- 2.7

Loading…
Cancel
Save