[tox]
envlist = py26, py27
envlist = py{26,27}-{pytest,nose}
[testenv]
commands = nosetests
deps =
nose: nose
pytest: pytest
commands =
nose: nosetests {posargs}
pytest: py.test {posargs}
Status change: