소스 검색

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