Files @ 14e2291a8f0b
Branch filter:

Location: kallithea/tox.ini - annotation

Mads Kiilerich
repos: fix missing users_array on form validation errors after 790f01320369
[tox]
envlist = py{26,27}-{pytest,nose}

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