Closes #73 - Added Travis CI testing

This commit is contained in:
CCOSTAN
2017-02-21 19:59:08 +00:00
parent f0e16ef978
commit a046ae5113
3 changed files with 34 additions and 1 deletions

9
.travis.yml Executable file
View File

@@ -0,0 +1,9 @@
language: python
python:
- "3.4"
install:
- pip3 install homeassistant
script:
- hass -c . --script check_config
before_install:
- mv travis_secrets.yaml secrets.yaml