mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-07 01:14:42 +00:00
15 lines
267 B
YAML
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
|