Home-AssistantConfig/config/.travis.yml

10 lines
175 B
YAML
Raw Normal View History

2018-01-02 00:00:45 +00:00
language: python
python:
2018-03-10 04:23:54 +00:00
- "3.6"
2018-01-02 00:00:45 +00:00
install:
- pip3 install homeassistant
script:
- hass -c . --script check_config
before_install:
- mv travis_secrets.yaml secrets.yaml