Skip to content

Commit 7d8674f

Browse files
author
andy
committed
test hiredis builds with tox
1 parent d36f753 commit 7d8674f

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

tox.ini

+17-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
11
[tox]
2-
envlist = py25, py26, py27, py32, py33, pep8
2+
envlist = py25, py26, py27, py32, py33, hi26, hi27, hi32, hi33, pep8
33

44
[testenv]
55
commands = python setup.py test
66

7+
[testenv:hi26]
8+
deps = hiredis
9+
commands = python setup.py test
10+
11+
[testenv:hi27]
12+
deps = hiredis
13+
commands = python setup.py test
14+
15+
[testenv:hi32]
16+
deps = hiredis
17+
commands = python setup.py test
18+
19+
[testenv:hi33]
20+
deps = hiredis
21+
commands = python setup.py test
22+
723
[testenv:pep8]
824
deps = pep8
925
commands = pep8 --repeat --show-source --exclude=.venv,.tox,dist,doc,build,*.egg .

0 commit comments

Comments
 (0)