Simplify Travis cache config (#23592)
parent
127cc5f942
commit
f9205d0ccc
|
@ -27,9 +27,7 @@ matrix:
|
|||
- python: "3.7"
|
||||
env: TOXENV=py37
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.cache/pip
|
||||
cache: pip
|
||||
install: pip install -U tox
|
||||
language: python
|
||||
script: travis_wait 40 tox --develop
|
||||
|
|
Loading…
Reference in New Issue