Files @ bee01ae374a2
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
hg: support Mercurial 5.4

rc0 has no release notes yet, but it seems to work and the test suite pass ...
[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}