2018-04-21 17:17:27 +00:00
|
|
|
language: python
|
2018-04-21 18:06:03 +00:00
|
|
|
|
2018-04-22 17:43:08 +00:00
|
|
|
python: "3.6.4"
|
2018-04-21 18:06:03 +00:00
|
|
|
|
2018-04-21 17:17:27 +00:00
|
|
|
before_install:
|
2018-04-22 17:42:33 +00:00
|
|
|
- touch fake_key.pem
|
2018-04-21 17:36:49 +00:00
|
|
|
- mv config/travis_secrets.yaml config/secrets.yaml
|
2018-04-22 17:43:08 +00:00
|
|
|
|
|
|
|
install: pip3 install homeassistant
|
|
|
|
|
2018-04-22 17:51:07 +00:00
|
|
|
script: hass -c config/ --script check_config --info all
|