summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2016-08-12 08:34:31 -0300
committerRuben Pollan <meskio@sindominio.net>2016-09-01 17:39:10 +0200
commit2d9bec78f3f8c46f00f585cadae652d6e3aec904 (patch)
treee22eecbf2fb34d134c4e975465c122ce49d12a62 /tox.ini
parent354ad5a12e90463f9952fe056f191c6d4cdadf40 (diff)
[test] add speed tests for gpg/wrapper init/enc/dec
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 8 insertions, 0 deletions
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