1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00
Radicale/tox.ini
2013-07-12 16:25:57 +02:00

30 lines
No EOL
334 B
INI

[tox]
envlist = py26, py27, py31, py32, py33
[base]
deps =
nose-cov
pam
requests
[testenv]
commands = nosetests []
[testenv:py26]
deps =
python-ldap
{[base]deps}
[testenv:py27]
deps =
python-ldap
{[base]deps}
[testenv:py31]
deps = {[base]deps}
[testenv:py32]
deps = {[base]deps}
[testenv:py33]
deps = {[base]deps}