mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Simplify Travis cache config (#23592)
This commit is contained in:
parent
127cc5f942
commit
f9205d0ccc
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user