From e5da040f4150434c5630aa852612aa2c6f21dfde Mon Sep 17 00:00:00 2001 From: Honza Kral Date: Mon, 2 Sep 2013 22:47:28 -0500 Subject: [PATCH] provide different junit xml output per env --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index ab9a0ec4..5d7ec177 100644 --- a/tox.ini +++ b/tox.ini @@ -1,4 +1,6 @@ [tox] envlist = pypy,py26,py27,py33 [testenv] +setenv = + NOSE_XUNIT_FILE = junit-{envname}.xml commands = python setup.py test