hass-core/.travis.yml
2014-11-11 22:18:35 -08:00

10 lines
236 B
YAML

language: python
python:
- "3.4"
install:
- pip install -r requirements.txt
- pip install pep8 pylint
script:
- pep8 homeassistant --exclude bower_components,external
- pylint homeassistant
- python -m homeassistant -t test