Files @ 3d3bec370fa5
Branch filter:

Location: kallithea/tox.ini

Søren Løvborg
LoginController test: verify cookie expiration ("Remember me")
[tox]
envlist = py{26,27}-{pytest,nose}

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