Home-AssistantConfig/.travis.yml

17 lines
341 B
YAML
Raw Normal View History

2018-04-21 13:17:27 -04:00
language: python
2020-06-06 01:56:07 +01:00
python: "3.7"
2018-04-21 13:17:27 -04:00
before_install:
2018-04-22 18:42:33 +01:00
- touch fake_key.pem
- mv config/travis_secrets.yaml config/secrets.yaml
2020-06-06 01:52:33 +01:00
- HA_VERSION=$(<config/.HA_VERSION)
2018-04-22 18:43:08 +01:00
install:
2020-06-06 01:49:53 +01:00
- pip3 install homeassistant==${HA_VERSION}
- pip3 install colorlog
2020-03-02 19:14:01 +00:00
- pip3 install python-dateutil
2018-04-22 18:43:08 +01:00
script:
- hass -c config/ --script check_config --info all