mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Added PEP8 checking to Travis
This commit is contained in:
parent
4f226bcc7a
commit
8ae9faf128
@ -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…
x
Reference in New Issue
Block a user