Files @ 82ea8d67fc62
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
validators: cleanup of message wording

NotReviewedRevisions was unused and could thus got the big cleanup ...
[tox]
envlist = py{26,27}-{pytest,nose}

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