Files @ 1ecfb8ecc634
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
comments: drop delayed activation of new comments

It is unclear what it fixed and we have tested this and haven't heard any complaints.
[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}