Files
sarah/.travis.yml
T
2020-03-20 00:26:07 +02:00

15 lines
267 B
YAML

language: python
python: "3.7.7"
before_install:
- mv config/travis_secrets.yaml config/secrets.yaml
install:
- pip3 install homeassistant
- pip3 install colorlog
- pip3 install python-dateutil
script:
- hass -c config/ --script check_config --info all