Files @ bc5e635afef7
Branch filter:

Location: kallithea/tox.ini - annotation

Mads Kiilerich
hg: support annotate refactoring in Mercurial 4.6 for returning annotateline objeccts

Attempts at using annotateline.fctx will fail with AttributeError if we didn't
get an annotateline but an old tuple.
[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}