radicale/tox.ini

36 lines
385 B
INI
Raw Normal View History

2012-10-19 12:38:18 +02:00
[tox]
envlist = py26, py27, py31, py32, py33
2013-07-12 16:24:40 +02:00
[base]
deps =
nose-cov
pam
requests
2012-10-19 12:38:18 +02:00
[testenv]
commands = nosetests []
2012-10-19 12:41:26 +02:00
2013-07-12 16:24:40 +02:00
[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}