Add CI check for PEP 8 compliance

This commit is contained in:
Matt Layher
2016-06-28 00:20:02 -04:00
parent 66ec07eb0f
commit 7ea7bcf03d
2 changed files with 11 additions and 0 deletions

View File

@@ -3,5 +3,6 @@ python:
- "2.7"
install:
- pip install -r requirements.txt
- pip install pep8
script:
- ./scripts/cibuild.sh