From bf21811b18dad6f562357037ae3d335ac59b5746 Mon Sep 17 00:00:00 2001 From: drebs Date: Tue, 6 Sep 2016 12:11:21 -0300 Subject: [test] add tox env for perf tests --- testing/tox.ini | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'testing/tox.ini') 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 -- cgit v1.2.3