Switched from directly specifying pip to specifying which directory to cache.

This commit is contained in:
Omer Katz 2015-02-18 15:28:41 +02:00
parent b63bb6671f
commit b18fe44b90

View File

@ -1,5 +1,7 @@
language: python
cache: pip
cache:
directories:
- $HOME/.cache/pip
sudo: false
env: