1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

Rely on dulwich <= 0.9.5 for python2.6 tests

This commit is contained in:
Guillaume Ayoub 2014-05-06 19:00:59 +02:00
parent 6021f16866
commit d5724d717d

View file

@ -14,7 +14,7 @@ commands = nosetests []
[testenv:py26]
deps =
python-ldap
dulwich
dulwich<=0.9.5
{[base]deps}
[testenv:py27]