1
0
Derivar 1

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

Este cometimento está contido em:
Danielle McLean 2018-05-28 11:50:15 +10:00
ascendente 382a79e6c7
cometimento a35a1283da
Assinados por: 00dani
ID da chave GPG: 8EB789DDF3ABD240
1 ficheiros modificados com 5 adições e 2 eliminações

Ver ficheiro

@ -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: