summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2016-09-20 19:50:31 -0400
committerKali Kaneko (leap communications) <kali@leap.se>2016-09-20 19:50:31 -0400
commitfb3b431897a494198b00ef8aa9bed7bc73508985 (patch)
treee975a5635280c7876939702afba5c85152bee7b1 /tox.ini
parentf5579605c4905dc71e8605081ba0263563f6926e (diff)
[tests] add pep8 to py27-dev too
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 90a8a4af..0eef22c6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -21,7 +21,7 @@ setenv =
# are in the parent folder.
# Use pkg/tools/checkout_leap.sh script to checkout those.
commands =
- py.test -k 'not bench' -x {posargs}
+ py.test -k 'not bench' --pep8 -x {posargs}
deps =
-r{toxinidir}/pkg/requirements-testing.pip
gnupg