mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 06:37:52 +00:00
Fix travis caching
This commit is contained in:
parent
2efca59352
commit
cc80ad00ff
@ -1,6 +1,9 @@
|
|||||||
sudo: false
|
sudo: false
|
||||||
language: python
|
language: python
|
||||||
cache: pip
|
cache:
|
||||||
|
directories:
|
||||||
|
- $HOME/.cache/pip
|
||||||
|
# - "$HOME/virtualenv/python$TRAVIS_PYTHON_VERSION"
|
||||||
python:
|
python:
|
||||||
- 3.4
|
- 3.4
|
||||||
- 3.5
|
- 3.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user