Browse Source

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

Thomas Pointhuber 9 years ago
parent
commit
e9c33572e9
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      .travis.yml

+ 2
- 0
.travis.yml View File

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