Files @ 6c631f531a06
Branch filter:

Location: kallithea/tox.ini - annotation

Thomas De Schampheleire
changelog_summary: show changeset status label rather than raw status

Instead of showing the changeset status as e.g. under_review, use 'Under
Review', like all other similar code.
[tox]
envlist = py{26,27}-{pytest,nose}

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