Files @ eb337bdaa0e1
Branch filter:

Location: kallithea/tox.ini - annotation

Mads Kiilerich
mercurial: support Mercurial 3.5

test_archive failed without the hgcompat workaround.
[tox]
envlist = py{26,27}-{pytest,nose}

[testenv]
setenv =
    PYTHONHASHSEED = 0
deps =
    nose: nose
    pytest: pytest
commands =
    nose: nosetests {posargs}
    pytest: py.test {posargs}