mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
Simplify Travis cache config (#23592)
This commit is contained in:
committed by
Martin Hjelmare
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
|
||||
|
Reference in New Issue
Block a user