fix: Add basic PEP8 back into travis ci (#758)

This commit is contained in:
Clayton Burlison
2017-04-26 10:27:04 -05:00
committed by Greg Neagle
parent 9af35003e2
commit c951a365b7
+2 -1
View File
@@ -1,7 +1,8 @@
sudo: no
language: python
python:
- "2.7"
install:
- pip install flake8 pep8
script:
- python tests/travisci.py
- git diff HEAD^ | flake8 --diff --ignore=E501