mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 11:47:06 +00:00
Cache pip in Travis
This commit is contained in:
parent
b2919c6504
commit
6de64d7695
@ -1,5 +1,8 @@
|
|||||||
sudo: false
|
sudo: false
|
||||||
language: python
|
language: python
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- $HOME/.cache/pip
|
||||||
python:
|
python:
|
||||||
- "3.4"
|
- "3.4"
|
||||||
install:
|
install:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user