Files @ faf943716616
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
rcextensions: cleanup of code and documentation

More cleanup is needed - this is just to clarify what it currently does.
[tox]
envlist = py{26,27}-{pytest,nose}

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