Added PEP8 checking to Travis
This commit is contained in:
parent
4f226bcc7a
commit
8ae9faf128
1 changed files with 7 additions and 2 deletions
|
@ -1,5 +1,10 @@
|
|||
language: python
|
||||
python:
|
||||
- "3.4"
|
||||
- "3.4"
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
- pip install pep8
|
||||
script:
|
||||
python -m homeassistant -t test
|
||||
- pep8 homeassistant --exclude bower_components,external
|
||||
- python -m homeassistant -t test
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue