Home-AssistantConfig/.travis.yml

10 lines
181 B
YAML
Raw Normal View History

2018-04-21 17:17:27 +00:00
language: python
python:
- "3.6"
install:
- pip3 install homeassistant
script:
- hass -c config/ --script check_config
before_install:
2018-04-21 17:34:33 +00:00
- mv travis_secrets.yaml secrets.yaml