2014-11-09 23:28:46 +00:00
|
|
|
language: python
|
|
|
|
python:
|
2014-11-11 17:14:00 +00:00
|
|
|
- "3.4"
|
|
|
|
install:
|
|
|
|
- pip install -r requirements.txt
|
|
|
|
- pip install pep8
|
2014-11-09 23:28:46 +00:00
|
|
|
script:
|
2014-11-11 17:14:00 +00:00
|
|
|
- pep8 homeassistant --exclude bower_components,external
|
|
|
|
- python -m homeassistant -t test
|
|
|
|
|