Explicitly mark the environment variables as global

Este commit está contenido en:
Danielle McLean 2018-05-28 11:53:46 +10:00
padre a35a1283da
commit 4aba1034e7
Firmado por: 00dani
ID de clave GPG: 8EB789DDF3ABD240
Se han modificado 1 ficheros con 3 adiciones y 2 borrados

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: