Files
sarah/.travis.yml
T
2020-03-20 00:31:35 +02:00

15 lines
249 B
YAML

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