changement de check pour homeassistant

This commit is contained in:
Julien Cabillot 2017-11-08 10:41:52 +01:00 committed by JC
parent 1819180155
commit 196d6cb477

View File

@ -30,7 +30,6 @@ inocode:
yaml: yaml:
image: "python:alpine" image: "python:alpine"
before_script: before_script:
- pip install "PyYAML" - pip install "homeassistant"
script: script:
- cd "${CI_PROJECT_DIR}/home-assistant" - hass --config "${CI_PROJECT_DIR}/home-assistant" --script check_config
- python -c "from yaml import load, Loader; load(open('configuration.yaml'), Loader=Loader)"