Adding pep8 compliance in travis

This commit is contained in:
Mike Terzo
2017-07-01 03:31:25 -04:00
parent 9488e8cb83
commit c24e927c27

View File

@@ -10,7 +10,7 @@ install:
- pip install -r requirements-test.txt
- pip install -q coveralls --use-wheel
script:
- pytest
- pytest --pep8
- if [ "${TRAVIS_PYTHON_VERSION}" != "2.6" ]; then
pip install bandit;
bandit -r puppetboard;