Files @ 44a15e2a04ff
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
hg: support Mercurial 4.9

Manual testing confirms it works, the test suite pass, and the Mercurial
release notes doesn't show anything that raise any concerns.
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

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