Explorar el Código

Add cache: pip to .travis.yml

Kentaro Wada hace 6 años
padre
commit
1cdb84c880
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      .travis.yml

+ 3 - 0
.travis.yml

@@ -1,5 +1,8 @@
 language: generic
 
+cache:
+  - pip
+
 sudo: required
 
 dist: trusty