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