Files @ 86bd75e0347c
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
vcs: refactor hgcompat demandimport handling to prepare for Mercurial 4.3

See https://www.mercurial-scm.org/repo/hg/rev/0906b85bf222#l4.1 .

We might not need the hgcompat workaround any more - the d18500a8840c commit
message is not helpful in explaining exactly what problem it solved.
[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}