summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini16
1 files changed, 16 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index dda0a34..33fa20f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -34,3 +34,19 @@ deps =
-e../soledad/common
-e../soledad/client
-e.
+
+[testenv:py27-bench]
+commands = py.test {posargs}
+changedir = bench
+deps =
+ gnupg
+ 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
+setenv =
+ HOME=/tmp
+ TERM=xterm