10 lines
181 B
YAML
Raw Normal View History

2018-01-01 19:00:45 -05:00
language: python
python:
2018-03-10 15:23:54 +11:00
- "3.6"
2018-01-01 19:00:45 -05:00
install:
- pip3 install homeassistant
script:
2018-04-21 13:16:16 -04:00
- hass -c config/ --script check_config
2018-01-01 19:00:45 -05:00
before_install:
- mv travis_secrets.yaml secrets.yaml