diff options
| author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2015-09-01 20:02:08 +0200 |
|---|---|---|
| committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2015-09-01 20:02:08 +0200 |
| commit | e9c33572e90c9e7017ea47ae4ccc26aec869f19b (patch) | |
| tree | 3e8efc9f5c41e106991128f03402e5b397a05044 | |
| parent | ae5bf6e49f621b835dfc3bf89b876e7281d25217 (diff) | |
[fix] also cache "/.cache/pip"
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 7e0d80f83..0edd71c1c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ sudo: false cache: - pip - npm + directories: + - $HOME/.cache/pip language: python python: - "2.7" |