diff options
author | drebs <drebs@leap.se> | 2016-09-06 12:11:21 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2016-09-06 12:11:21 -0300 |
commit | bf21811b18dad6f562357037ae3d335ac59b5746 (patch) | |
tree | 55951c20d29a3f133228a6898ad22d72ef6244b8 | |
parent | 47fa0a4554ddf5a81d5da895b00ed8c33526694b (diff) |
[test] add tox env for perf tests
-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 |