1
mirror of https://github.com/home-assistant/core synced 2024-09-25 00:41:32 +02:00
ha-core/.travis.yml
2015-11-30 00:09:58 -08:00

13 lines
196 B
YAML

sudo: false
language: python
cache:
directories:
- $HOME/virtualenv/python$TRAVIS_PYTHON_VERSION/
python:
- 3.4.2
- 3.5.0
install:
- script/bootstrap_server
script:
- script/cibuild