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

dependabot/pip/master/sphinx-6.1.3
Thomas Pointhuber 9 years ago
parent ae5bf6e49f
commit e9c33572e9

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

Loading…
Cancel
Save