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

这个提交包含在:
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: