travis: cache pipenv

This commit is contained in:
Mike Salvatore 2021-05-10 10:30:14 -04:00
parent f25cfe277d
commit c17ccb05f0
1 changed files with 5 additions and 0 deletions

View File

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