ソースを参照

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

Thomas Pointhuber 9 年 前
コミット
e9c33572e9
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  1. 2
    0
      .travis.yml

+ 2
- 0
.travis.yml ファイルの表示

@@ -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"