provide different junit xml output per env

This commit is contained in:
Honza Kral
2013-09-02 22:47:28 -05:00
parent 6457a2f498
commit e5da040f41
+2
View File
@@ -1,4 +1,6 @@
[tox]
envlist = pypy,py26,py27,py33
[testenv]
setenv =
NOSE_XUNIT_FILE = junit-{envname}.xml
commands = python setup.py test