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
 cache:
2
 cache:
3
   - pip
3
   - pip
4
   - npm
4
   - npm
5
+  directories:
6
+    - $HOME/.cache/pip
5
 language: python
7
 language: python
6
 python:
8
 python:
7
   - "2.7"
9
   - "2.7"