Added PEP8 checking to Travis

This commit is contained in:
Paulus Schoutsen 2014-11-11 09:14:00 -08:00
parent 4f226bcc7a
commit 8ae9faf128

View File

@ -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