From 2d9bec78f3f8c46f00f585cadae652d6e3aec904 Mon Sep 17 00:00:00 2001 From: drebs Date: Fri, 12 Aug 2016 08:34:31 -0300 Subject: [test] add speed tests for gpg/wrapper init/enc/dec --- tox.ini | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 7667788..af67f56 100644 --- a/tox.ini +++ b/tox.ini @@ -3,8 +3,15 @@ envlist = py27 [testenv] commands = py.test {posargs} +changedir = tests deps = pytest + pytest-benchmark +# need the next 2 for graphs, but new version changed api a bit and is +# incompatible with pytest-benchmark, so we pin version <2.1 +# (https://github.com/ionelmc/pytest-benchmark/issues/50). + pygal<2.1 + pygaljs pdbpp mock setuptools-trial @@ -12,3 +19,4 @@ deps = leap.soledad.client setenv = HOME=/tmp + TERM=xterm -- cgit v1.2.3