Files @ 790da8154ef8
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
tests: minimize the amount of references to rc and the past
[tox]
envlist = py{26,27}-{pytest,nose}

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