Files @ 346a56c690ff
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
pullrequests: don't show '(Reviewer)' after each reviewer

PR author is still tagged with '(Owner)'.
[tox]
envlist = py{26,27}-{pytest,nose}

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