Files @ 92ebcf7d8042
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
auth_pam: fix crash caused by colliding variable names

Regression introduced in 03afa7766ac7.
[tox]
minversion = 1.8
envlist = py{26,27}-{pytest,nose}

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