summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2014-04-21 00:29:56 -0700
committerAndy McCurdy <andy@andymccurdy.com>2014-04-21 00:29:56 -0700
commitca9f228da156df41d8c833a01da8551848629ee4 (patch)
tree1e0a776657ccb8ff254e84ee9db448cc15f5650f /tox.ini
parentf96e46b971a5bb66ab5f94ba87ab3e092e5f01ac (diff)
downloadredis-py-ca9f228da156df41d8c833a01da8551848629ee4.tar.gz
better error handling with hiredis. fully fixes #456
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 []