tox.ini 186 B

123456789
  1. [tox]
  2. envlist = py24,py25,py26,py27
  3. [testenv]
  4. commands = nosetests
  5. [testenv:py27-xunit-xmlcover]
  6. basepython = python2.7
  7. commands = nosetests --with-xunit --with-coverage3 --cover3-xml