10 lines
175 B
YAML
Raw Normal View History

2018-01-01 19:00:45 -05:00
language: python
python:
- "3.4"
install:
- pip3 install homeassistant
script:
- hass -c . --script check_config
before_install:
- mv travis_secrets.yaml secrets.yaml