diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 [] |