Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
00dani
/
lemoncurry
Seguir
1
Destacar
0
Fork
1
Código
Incidencias
0
Pull Requests
0
Lanzamientos
49
Wiki
Actividad
Explorar el Código
Explicitly mark the environment variables as global
pull/1/head
Danielle McLean
hace 2 años
padre
a35a1283da
commit
4aba1034e7
Firmado por:
00dani
ID de clave GPG:
8EB789DDF3ABD240
Se han
modificado 1 ficheros
con
3 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+3
-2
.travis.yml
+ 3
- 2
.travis.yml
Ver fichero
@ -4,8 +4,9 @@ cache:
-
$PIP_CACHE_DIR
-
$PIPENV_CACHE_DIR
env:
-
PIP_CACHE_DIR=$HOME/.cache/pip
-
PIPENV_CACHE_DIR=$HOME/.cache/pipenv
global:
-
PIP_CACHE_DIR=$HOME/.cache/pip
-
PIPENV_CACHE_DIR=$HOME/.cache/pipenv
python:
-
'3.6'
install:
Escribir
Vista previa
Cargando…
Cancelar
Guardar