2018-03-10 15:23:54 +11:00

10 lines
175 B
YAML
Executable File

language: python
python:
- "3.6"
install:
- pip3 install homeassistant
script:
- hass -c . --script check_config
before_install:
- mv travis_secrets.yaml secrets.yaml