Skip to content

Commit

Permalink
Added PEP8 checking to Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulus Schoutsen committed Nov 11, 2014
1 parent 4f226bc commit 8ae9faf
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8ae9faf

Please sign in to comment.