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

This commit is contained in:
Danielle McLean 2018-05-28 11:50:15 +10:00
부모 382a79e6c7
커밋 a35a1283da
로그인 계정: 00dani
GPG 키 ID: 8EB789DDF3ABD240
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제

파일 보기

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