1 2 3 4 5 6 7 8 9 10
[tox] envlist = py{26,27}-{pytest,nose} [testenv] deps = nose: nose pytest: pytest commands = nose: nosetests {posargs} pytest: py.test {posargs}