summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2016-09-20 16:45:11 -0400
committerKali Kaneko (leap communications) <kali@leap.se>2016-09-20 16:45:11 -0400
commit8332e974f019e0d0ca18f129b86398e1a826126d (patch)
treef47d6464323d1a99e5e11630d503b1c41998e0e5 /tox.ini
parentea0895e2d8a1f2def42ee6696d9a17b4fa20c065 (diff)
parent2d9bec78f3f8c46f00f585cadae652d6e3aec904 (diff)
Merge branch 'develop' of ssh://leap.se/keymanager into develop
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