mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-04 18:22:26 +00:00
Add new deps in tox, remove 3.1 support
This commit is contained in:
parent
e61a6e1fcd
commit
35840dcc51
1 changed files with 12 additions and 6 deletions
18
tox.ini
18
tox.ini
|
@ -3,6 +3,7 @@ envlist = py26, py27, py31, py32, py33, pypy
|
||||||
|
|
||||||
[base]
|
[base]
|
||||||
deps =
|
deps =
|
||||||
|
sqlalchemy
|
||||||
nose-cov
|
nose-cov
|
||||||
pam
|
pam
|
||||||
requests
|
requests
|
||||||
|
@ -13,21 +14,26 @@ commands = nosetests []
|
||||||
[testenv:py26]
|
[testenv:py26]
|
||||||
deps =
|
deps =
|
||||||
python-ldap
|
python-ldap
|
||||||
|
dulwich
|
||||||
{[base]deps}
|
{[base]deps}
|
||||||
|
|
||||||
[testenv:py27]
|
[testenv:py27]
|
||||||
deps =
|
deps =
|
||||||
python-ldap
|
python-ldap
|
||||||
|
dulwich
|
||||||
{[base]deps}
|
{[base]deps}
|
||||||
|
|
||||||
[testenv:py31]
|
|
||||||
deps = {[base]deps}
|
|
||||||
|
|
||||||
[testenv:py32]
|
[testenv:py32]
|
||||||
deps = {[base]deps}
|
deps =
|
||||||
|
git+https://github.com/eberle1080/dulwich-py3k.git
|
||||||
|
{[base]deps}
|
||||||
|
|
||||||
[testenv:py33]
|
[testenv:py33]
|
||||||
deps = {[base]deps}
|
deps =
|
||||||
|
git+https://github.com/eberle1080/dulwich-py3k.git
|
||||||
|
{[base]deps}
|
||||||
|
|
||||||
[testenv:pypy]
|
[testenv:pypy]
|
||||||
deps = {[base]deps}
|
deps =
|
||||||
|
dulwich
|
||||||
|
{[base]deps}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue