summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index c8c6123..ca1fabc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,7 +3,9 @@ minversion = 1.8
envlist = {py26,py27,py32,py33,py34,py35}-{plain,hiredis}, pep8
[testenv]
-deps = pytest >= 2.5.0
+deps =
+ pytest==2.9.2
+ mock==2.0.0
hiredis: hiredis >= 0.1.3
commands = py.test {posargs}