Is it worth caching pip on Travis?

This commit is contained in:
Thomas Kluyver 2017-12-13 17:57:57 +00:00
parent 4e9d40a775
commit 035af348b9

View File

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