[pytest]
norecursedirs = kallithea/tests/scripts .tox
norecursedirs = kallithea/tests/scripts .tox .eggs
[tox]
envlist = py{26,27}-{pytest,nose}
[testenv]
setenv =
PYTHONHASHSEED = 0
deps =
nose: nose
pytest: pytest
commands =
nose: nosetests {posargs}
Status change: