[fix] also cache "/.cache/pip"

This commit is contained in:
Thomas Pointhuber 2015-09-01 20:02:08 +02:00
parent ae5bf6e49f
commit e9c33572e9
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ sudo: false
cache:
- pip
- npm
directories:
- $HOME/.cache/pip
language: python
python:
- "2.7"