Files @ 90e50aa705ee
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
hg: fix pull requests between repositories by using the makeunionrepository factory with Mercurial 4.8

Follow-up to 9ca238e56396 that missed one case ...
[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}