radicale/tox.ini

46 lines
659 B
INI
Raw Normal View History

2012-10-19 12:38:18 +02:00
[tox]
2015-07-24 16:25:01 +02:00
envlist = py26, py27, py32, py33, py34#, pypy
2012-10-19 12:38:18 +02:00
2013-07-12 16:24:40 +02:00
[base]
deps =
sqlalchemy
2013-07-12 16:24:40 +02:00
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
dulwich<=0.9.5
2013-07-12 16:24:40 +02:00
{[base]deps}
[testenv:py27]
deps =
python-ldap
dulwich
2013-07-12 16:24:40 +02:00
{[base]deps}
[testenv:py32]
deps =
git+https://github.com/eberle1080/dulwich-py3k.git
{[base]deps}
2013-07-12 16:24:40 +02:00
[testenv:py33]
deps =
git+https://github.com/eberle1080/dulwich-py3k.git
{[base]deps}
2013-08-08 15:23:15 +02:00
2014-04-15 18:11:19 +02:00
[testenv:py34]
deps =
git+https://github.com/eberle1080/dulwich-py3k.git
{[base]deps}
2015-07-24 16:25:01 +02:00
# Pypy support seems to be broken, at least with sqlalchemy
#[testenv:pypy]
#deps =
# dulwich
# {[base]deps}