forked from Ponysearch/Ponysearch
[fix] also cache "/.cache/pip"
This commit is contained in:
parent
ae5bf6e49f
commit
e9c33572e9
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ sudo: false
|
||||||
cache:
|
cache:
|
||||||
- pip
|
- pip
|
||||||
- npm
|
- npm
|
||||||
|
directories:
|
||||||
|
- $HOME/.cache/pip
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
|
|
Loading…
Reference in a new issue