2018-04-21 17:17:27 +00:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- "3.6"
|
|
|
|
install:
|
2018-04-21 17:47:08 +00:00
|
|
|
- cd config
|
2018-04-21 17:17:27 +00:00
|
|
|
- pip3 install homeassistant
|
|
|
|
script:
|
2018-04-21 17:47:08 +00:00
|
|
|
- hass -c . --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
|