Explicitly mark the environment variables as global

This commit is contained in:
Danielle McLean 2018-05-28 11:53:46 +10:00
parent a35a1283da
commit 4aba1034e7
Signed by: 00dani
GPG Key ID: 8EB789DDF3ABD240
1 changed files with 3 additions and 2 deletions

View File

@ -4,6 +4,7 @@ cache:
- $PIP_CACHE_DIR
- $PIPENV_CACHE_DIR
env:
global:
- PIP_CACHE_DIR=$HOME/.cache/pip
- PIPENV_CACHE_DIR=$HOME/.cache/pipenv
python: