Files @ c440bfd49e12
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
setup: support Mercurial 5.3

Kallithea has been updated for the only known API change in 5.3.

The 5.3 upgrade notes do not indicate other relevant changes.
[tox]
minversion = 1.8
envlist = py27-pytest

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