1 2 3 4 5 6 7 8 9 10 11 12 13 14
[tox] envlist = py25,py26,py27 [testenv:py25] commands = nosetests [testenv:py26] commands = nosetests [testenv:py27] commands = nosetests