Files @ 3b01d62654b3
Branch filter:

Location: kallithea/tox.ini - annotation

Mads Kiilerich
auth: fix labels for password confirmation fields
[tox]
envlist = py{26,27}-{pytest,nose}

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