hass-core/.travis.yml
2015-12-10 18:16:49 -08:00

10 lines
128 B
YAML

sudo: false
language: python
cache: pip
python:
- 3.4
- 3.5
install:
- script/bootstrap_server
script:
- script/cibuild