summaryrefslogtreecommitdiff
path: root/testing/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/tox.ini')
-rw-r--r--testing/tox.ini10
1 files changed, 7 insertions, 3 deletions
diff --git a/testing/tox.ini b/testing/tox.ini
index 231b2a9a..820d958c 100644
--- a/testing/tox.ini
+++ b/testing/tox.ini
@@ -33,10 +33,14 @@ deps =
basepython = python2.7
commands = py.test tests/perf {posargs}
-[testenv:pep8]
+[testenv:code-check]
changedir = ..
-deps = pep8
-commands = pep8 {posargs} client server common
+deps =
+ pep8
+ flake8
+commands =
+ pep8 client server common
+ flake8 --ignore=F812,E731 client server common
[testenv:parallel]
deps =