[tox] envlist = py24,py25,py26,py27 [testenv] commands = nosetests [testenv:py27-xunit-xmlcover] basepython = python2.7 commands = nosetests --with-xunit --with-coverage3 --cover3-xml