Files @ b5859022ac69
Branch filter:

Location: kallithea/tox.ini - annotation

Andrew Shadura
setup: bump dulwich dependency to 0.14.1

This version has been tested and reviewed and we believe all relevant issues
from the introduction of Python 3 support in 1.0 has been fixed.

Supporting older dulwich versions is not feasible/relevant.

We assume all future versions will be backwards compatible.
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

[testenv]
setenv =
    PYTHONHASHSEED = 0
deps =
    pytest: pytest
    python-ldap
    python-pam
commands =
    pytest: py.test {posargs}