mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Added PEP8 checking to Travis
This commit is contained in:
parent
4f226bcc7a
commit
8ae9faf128
@ -1,5 +1,10 @@
|
|||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "3.4"
|
- "3.4"
|
||||||
|
install:
|
||||||
|
- pip install -r requirements.txt
|
||||||
|
- pip install pep8
|
||||||
script:
|
script:
|
||||||
python -m homeassistant -t test
|
- pep8 homeassistant --exclude bower_components,external
|
||||||
|
- python -m homeassistant -t test
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user