Files @ 32de32f69461
Branch filter:

Location: kallithea/tox.ini - annotation

Mads Kiilerich
error: fix handling of errors without response

Broken by 6f9dae4d39d9.
[tox]
envlist = py{26,27}-{pytest,nose}

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