mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Add deps in tox
This commit is contained in:
parent
c4f2587fd9
commit
44778579ea
1 changed files with 30 additions and 1 deletions
31
tox.ini
31
tox.ini
|
@ -1,7 +1,36 @@
|
|||
[tox]
|
||||
envlist = py26, py27, py31, py32, py33
|
||||
|
||||
[base]
|
||||
deps =
|
||||
nose-cov
|
||||
pam
|
||||
requests
|
||||
|
||||
[testenv]
|
||||
deps = nose-cov
|
||||
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…
Add table
Add a link
Reference in a new issue