forked from p15670423/monkey
travis: cache pipenv
This commit is contained in:
parent
f25cfe277d
commit
c17ccb05f0
|
@ -6,10 +6,15 @@ group: travis_latest
|
|||
|
||||
language: python
|
||||
|
||||
env:
|
||||
- PIP_CACHE_DIR=$HOME/.cache/pip PIPENV_CACHE_DIR=$HOME/.cache/pipenv
|
||||
|
||||
cache:
|
||||
- pip
|
||||
- directories:
|
||||
- "$HOME/.npm"
|
||||
- $PIP_CACHE_DIR
|
||||
- $PIPENV_CACHE_DIR
|
||||
|
||||
python:
|
||||
- 3.7
|
||||
|
|
Loading…
Reference in New Issue