Skip to content

Commit fc3ec27

Browse files
author
Jon Wayne Parrott
committed
Separate xunit files for py27 and py34.
1 parent 12efdf9 commit fc3ec27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ commands =
7474
{[testenv]commonargs} \
7575
--with-xunit \
7676
--xunit-testsuite-name py27 \
77+
--xunit-file nosetests-py27.xml \
7778
{posargs}
7879

7980
[testenv:py34-all]
@@ -86,6 +87,7 @@ commands =
8687
{[testenv]commonargs} \
8788
--with-xunit \
8889
--xunit-testsuite-name py34 \
90+
--xunit-file nosetests-py34.xml \
8991
{posargs}
9092

9193
[testenv:pep8]

0 commit comments

Comments
 (0)