parent
4c3e96c5be
commit
657e107697
14
.travis.yml
14
.travis.yml
|
@ -1,10 +1,10 @@
|
||||||
language: python
|
language: python
|
||||||
python:
|
|
||||||
- "3.6"
|
python: "3.6"
|
||||||
install:
|
|
||||||
- cd config
|
install: pip3 install homeassistant
|
||||||
- pip3 install homeassistant
|
|
||||||
script:
|
script: hass -c config/ --script check_config
|
||||||
- hass -c . --script check_config
|
|
||||||
before_install:
|
before_install:
|
||||||
- mv config/travis_secrets.yaml config/secrets.yaml
|
- mv config/travis_secrets.yaml config/secrets.yaml
|
||||||
|
|
Loading…
Reference in New Issue