[tox]
minversion = 1.8
envlist = py{26,27}-{pytest,nose}
envlist = py{26,27}-pytest
[testenv]
setenv =
PYTHONHASHSEED = 0
deps =
nose: nose
pytest: pytest
commands =
nose: nosetests {posargs}
pytest: py.test {posargs}
Status change: