Files @ 9d74cc23ea64
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
hg: support Mercurial 5.2

Automated and manual testing shows no problems with mercurial-5.2rc0 , and
draft release notes also raise no concerns.
[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}