Simplify Travis cache config (#23592)

pull/23601/head
Ville Skyttä 2019-05-01 17:08:57 +03:00 committed by Martin Hjelmare
parent 127cc5f942
commit f9205d0ccc
1 changed files with 1 additions and 3 deletions

View File

@ -27,9 +27,7 @@ matrix:
- python: "3.7" - python: "3.7"
env: TOXENV=py37 env: TOXENV=py37
cache: cache: pip
directories:
- $HOME/.cache/pip
install: pip install -U tox install: pip install -U tox
language: python language: python
script: travis_wait 40 tox --develop script: travis_wait 40 tox --develop