Explorar el Código

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

Thomas Pointhuber hace 9 años
padre
commit
e9c33572e9
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      .travis.yml

+ 2
- 0
.travis.yml Ver fichero

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