1
mirror of https://github.com/home-assistant/core synced 2024-08-06 09:34:49 +02:00

Change Travis caching to be less invasive

This commit is contained in:
Paulus Schoutsen 2015-12-10 18:16:49 -08:00
parent 452348a7f9
commit fc8c26005c

View File

@ -1,11 +1,9 @@
sudo: false
language: python
cache:
directories:
- $HOME/virtualenv/python$TRAVIS_PYTHON_VERSION/
cache: pip
python:
- 3.4.2
- 3.5.0
- 3.4
- 3.5
install:
- script/bootstrap_server
script: