summaryrefslogtreecommitdiff
path: root/testing/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/tox.ini')
-rw-r--r--testing/tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/tox.ini b/testing/tox.ini
index 0a8dda9d..3663eef3 100644
--- a/testing/tox.ini
+++ b/testing/tox.ini
@@ -2,10 +2,12 @@
envlist = py27
[testenv]
-commands = py.test {posargs}
+commands = py.test --pep8 {posargs}
changedir = tests
deps =
pytest
+ pytest-flake8
+ pytest-pep8
mock
testscenarios
setuptools-trial