6 lines
79 B
YAML
6 lines
79 B
YAML
language: python
|
|
python:
|
|
- "3.4"
|
|
script:
|
|
python -m homeassistant -t test
|