summaryrefslogtreecommitdiff
path: root/testing/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/tox.ini')
-rw-r--r--testing/tox.ini7
1 files changed, 6 insertions, 1 deletions
diff --git a/testing/tox.ini b/testing/tox.ini
index fecd4c5b..88ca9fcc 100644
--- a/testing/tox.ini
+++ b/testing/tox.ini
@@ -11,7 +11,6 @@ deps =
pytest
pytest-cov
pytest-twisted
- pytest-benchmark
mock
testscenarios
setuptools-trial
@@ -27,6 +26,12 @@ setenv =
TERM=xterm
install_command = pip install {opts} {packages}
+[testenv:perf]
+deps =
+ {[testenv]deps}
+ pytest-benchmark
+commands = py.test tests/perf {posargs}
+
[testenv:pep8]
changedir = ..
deps = pep8