summaryrefslogtreecommitdiff
path: root/tox.ini
blob: e3602fd8ad82f1716d69073deb1fab9486e6958e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[tox]
envlist = py25, py26, py27, py32, py33, hi26, hi27, hi32, hi33, pep8

[testenv]
commands = python setup.py test

[testenv:hi26]
deps = hiredis
commands = python setup.py test

[testenv:hi27]
deps = hiredis
commands = python setup.py test

[testenv:hi32]
deps = hiredis
commands = python setup.py test

[testenv:hi33]
deps = hiredis
commands = python setup.py test

[testenv:pep8]
deps = pep8
commands = pep8 --repeat --show-source --exclude=.venv,.tox,dist,doc,build,*.egg .