Files @ 616f9d1ab33a
Branch filter:

Location: kallithea/tox.ini

Andrew Shadura
i18n: undo changes undone by 148360f533a4
[tox]
envlist = py{26,27}-{pytest,nose}

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