Explorar el Código

Cache pip installs (#3785)

* Cache pip installs

* Update .travis.yml

* Update .travis.yml
orf hace 8 años
padre
commit
9f7adf4329
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -1,6 +1,6 @@
 language: python
 sudo: required
-cache: false
+cache: pip
 python:
   - '2.7'
   - '3.4'