This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
shixiong
/
okd
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
enable pip cache for travis
Jason DeTiberus
hace 8 años
padre
4cdc771f8e
commit
7d02b608de
Se han
modificado 1 ficheros
con
3 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
3
0
.travis.yml
+ 3
- 0
.travis.yml
Ver fichero
@@ -1,6 +1,9 @@
---
sudo: false
+cache:
+ - pip
+
language: python
python:
- "2.7"