Try to preserve both the pip and pipenv caches in Travis builds

Cette révision appartient à :
Danielle McLean 2018-05-28 11:50:15 +10:00
Parent 382a79e6c7
révision a35a1283da
Signé par: 00dani
ID de la clé GPG: 8EB789DDF3ABD240
1 fichiers modifiés avec 5 ajouts et 2 suppressions

Voir le fichier

@ -1,8 +1,11 @@
language: python
cache:
pip: true
directories:
- $HOME/.local/share/virtualenvs
- $PIP_CACHE_DIR
- $PIPENV_CACHE_DIR
env:
- PIP_CACHE_DIR=$HOME/.cache/pip
- PIPENV_CACHE_DIR=$HOME/.cache/pipenv
python:
- '3.6'
install: