Skip to content

Commit b86f851

Browse files
author
Jon Wayne Parrott
committed
Adding Xunit reporting to -all environments.
1 parent f9db6ef commit b86f851

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ commands =
7272
nosetests \
7373
--exclude-dir=appengine \
7474
{[testenv]commonargs} \
75+
--with-xunit \
7576
{posargs}
7677

7778
[testenv:py34-all]
@@ -82,6 +83,7 @@ commands =
8283
nosetests \
8384
--exclude-dir=appengine \
8485
{[testenv]commonargs} \
86+
--with-xunit \
8587
{posargs}
8688

8789
[testenv:pep8]

0 commit comments

Comments
 (0)