Enable nose xunit.

Always use the nose xunit plugin when running tox.

Change-Id: I1c5acae7776069452a3773f906f630c3901758d6
This commit is contained in:
James E. Blair 2012-05-30 17:33:55 -07:00
parent ef9449a4eb
commit ae3bfec2f6

View File

@ -27,6 +27,8 @@ else
venv=py$version
fi
export NOSE_WITH_XUNIT=1
tox -e$venv
result=$?