Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Warmuz <jakub@warmuz.org>2015-09-06 12:22:34 +0300
committerJakub Warmuz <jakub@warmuz.org>2015-09-06 12:22:34 +0300
commitfe3e8d7302c71db4b7eb092a57be8b95bf9187c7 (patch)
tree8f12436c92f4754221d876432b4191907824e80d /tox.ini
parent79a70cfd61d3418f85318d3cc1eab68bbe7855a1 (diff)
Travis: add pep8 checks
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index ebe9746c9..4caecf681 100644
--- a/tox.ini
+++ b/tox.ini
@@ -36,6 +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
pylint --rcfile=.pylintrc letsencrypt
pylint --rcfile=.pylintrc acme/acme