Files @ 9e36b8bf73b7
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
auth: avoid flash message with 'None' on login redirect

Introduced in 4cad3a52e0ed.
[tox]
envlist = py{26,27}-{pytest,nose}

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