From c24e927c2746f5cb0e0c9406c57f9cbbfa41d7ce Mon Sep 17 00:00:00 2001 From: Mike Terzo Date: Sat, 1 Jul 2017 03:31:25 -0400 Subject: [PATCH] Adding pep8 compliance in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 57cba26..e9e7a4d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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;