Files @ 53d68f201e46
Branch filter:

Location: kallithea/tox.ini

Jan Heylen
comments: relink the previous and next links as soon as a comment is submitted
[tox]
envlist = py{26,27}-{pytest,nose}

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