Home-AssistantConfig/.travis.yml

18 lines
438 B
YAML
Raw Normal View History

2018-04-21 17:17:27 +00:00
language: python
2020-06-06 00:56:07 +00:00
python: "3.7"
2018-04-21 17:17:27 +00:00
before_install:
2018-04-22 17:42:33 +00:00
- touch fake_key.pem
- mv config/travis_secrets.yaml config/secrets.yaml
2018-04-22 17:43:08 +00:00
install:
- pip3 install homeassistant
- pip3 install colorlog
2020-03-02 19:14:01 +00:00
- pip3 install python-dateutil
- git clone https://github.com/custom-components/youtube.git youtube_component/
- mv youtube_component/custom_components config/custom_components
2018-04-22 17:43:08 +00:00
script:
- hass -c config/ --script check_config --info all