tox update (usable now?)

This commit is contained in:
Kenneth Reitz
2011-02-18 03:32:10 -05:00
parent 7b6ed48a86
commit d3911da653
+4 -1
View File
@@ -1,4 +1,7 @@
[tox]
envlist = py24,py25,py26,py27
[testenv]
commands=nosetests --with-xunit --xunit-file=nosetests.xml
commands=py.test --junitxml=junit-{envname}.xml
deps =
pytest