From 809f4966d6629e86f7ef517ef8b5ab9dd1321170 Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Fri, 11 Sep 2015 07:04:13 +0000 Subject: [PATCH] Require pep8 in [testing] --- setup.py | 1 + tox.ini | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f816c6c56..f8a12b29a 100644 --- a/setup.py +++ b/setup.py @@ -67,6 +67,7 @@ testing_extras = [ 'coverage', 'nose', 'nosexcover', + 'pep8', 'tox', ] diff --git a/tox.ini b/tox.ini index 4caecf681..f278c4bb5 100644 --- a/tox.ini +++ b/tox.ini @@ -36,9 +36,8 @@ basepython = python2.7 # duplicate code checking; if one of the commands fails, others will # continue, but tox return code will reflect previous error commands = - pip install pep8 - pep8 setup.py acme letsencrypt letsencrypt-apache letsencrypt-nginx letsencrypt-compatibility-test letshelp-letsencrypt pip install -r requirements.txt -e acme -e .[dev] -e letsencrypt-apache -e letsencrypt-nginx -e letsencrypt-compatibility-test -e letshelp-letsencrypt + pep8 setup.py acme letsencrypt letsencrypt-apache letsencrypt-nginx letsencrypt-compatibility-test letshelp-letsencrypt pylint --rcfile=.pylintrc letsencrypt pylint --rcfile=.pylintrc acme/acme pylint --rcfile=.pylintrc letsencrypt-apache/letsencrypt_apache