Add deps in tox
This commit is contained in:
parent
c4f2587fd9
commit
44778579ea
31
tox.ini
31
tox.ini
@ -1,7 +1,36 @@
|
|||||||
[tox]
|
[tox]
|
||||||
envlist = py26, py27, py31, py32, py33
|
envlist = py26, py27, py31, py32, py33
|
||||||
|
|
||||||
|
[base]
|
||||||
|
deps =
|
||||||
|
nose-cov
|
||||||
|
pam
|
||||||
|
requests
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps = nose-cov
|
|
||||||
commands = nosetests []
|
commands = nosetests []
|
||||||
|
|
||||||
|
[testenv:py26]
|
||||||
|
deps =
|
||||||
|
python-ldap
|
||||||
|
{[base]deps}
|
||||||
|
|
||||||
|
[testenv:py27]
|
||||||
|
deps =
|
||||||
|
python-ldap
|
||||||
|
{[base]deps}
|
||||||
|
|
||||||
|
[testenv:py31]
|
||||||
|
deps =
|
||||||
|
python3-ldap
|
||||||
|
{[base]deps}
|
||||||
|
|
||||||
|
[testenv:py32]
|
||||||
|
deps =
|
||||||
|
python3-ldap
|
||||||
|
{[base]deps}
|
||||||
|
|
||||||
|
[testenv:py33]
|
||||||
|
deps =
|
||||||
|
python3-ldap
|
||||||
|
{[base]deps}
|
Loading…
x
Reference in New Issue
Block a user