浏览代码

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

Thomas Pointhuber 10 年前
父节点
当前提交
e9c33572e9
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      .travis.yml

+ 2
- 0
.travis.yml 查看文件

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"