Create .travis.yml
This commit is contained in:
parent
a4d6c521f0
commit
a56f584afc
|
@ -0,0 +1,9 @@
|
|||
language: python
|
||||
python:
|
||||
- "3.6"
|
||||
install:
|
||||
- pip3 install homeassistant
|
||||
script:
|
||||
- hass -c config/ --script check_config
|
||||
before_install:
|
||||
- mv travis_secrets.yaml secrets.yaml
|
Loading…
Reference in New Issue