diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/tox.ini | 7 |
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 |