summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 4 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 5dd93df..0b6f4ce 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,28 +8,28 @@ commands = py.test []
[testenv:hi26]
basepython = python2.6
deps =
- hiredis
+ hiredis>=0.1.3
pytest>=2.5.0
commands = py.test []
[testenv:hi27]
basepython = python2.7
deps =
- hiredis
+ hiredis>=0.1.3
pytest>=2.5.0
commands = py.test []
[testenv:hi32]
basepython = python3.2
deps =
- hiredis
+ hiredis>=0.1.3
pytest>=2.5.0
commands = py.test []
[testenv:hi33]
basepython = python3.3
deps =
- hiredis
+ hiredis>=0.1.3
pytest>=2.5.0
commands = py.test []