Skip to content
Snippets Groups Projects
Commit 8ae9faf1 authored by Paulus Schoutsen's avatar Paulus Schoutsen
Browse files

Added PEP8 checking to Travis

parent 4f226bcc
No related branches found
No related tags found
No related merge requests found
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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment