2012-10-19 12:38:18 +02:00
|
|
|
[tox]
|
2014-11-07 17:51:01 +01: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 =
|
2013-09-24 18:44:32 +02:00
|
|
|
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
|
2014-05-06 19:00:59 +02:00
|
|
|
dulwich<=0.9.5
|
2013-07-12 16:24:40 +02:00
|
|
|
{[base]deps}
|
|
|
|
|
|
|
|
[testenv:py27]
|
|
|
|
deps =
|
|
|
|
python-ldap
|
2013-09-24 18:44:32 +02:00
|
|
|
dulwich
|
2013-07-12 16:24:40 +02:00
|
|
|
{[base]deps}
|
|
|
|
|
|
|
|
[testenv:py32]
|
2013-09-24 18:44:32 +02:00
|
|
|
deps =
|
|
|
|
git+https://github.com/eberle1080/dulwich-py3k.git
|
|
|
|
{[base]deps}
|
2013-07-12 16:24:40 +02:00
|
|
|
|
|
|
|
[testenv:py33]
|
2013-09-24 18:44:32 +02:00
|
|
|
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}
|
|
|
|
|
2013-08-08 15:23:15 +02:00
|
|
|
[testenv:pypy]
|
2013-09-24 18:44:32 +02:00
|
|
|
deps =
|
|
|
|
dulwich
|
|
|
|
{[base]deps}
|