From 85c5b5656d15f3e1efe69dabcbb4561f9f38f6e7 Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Thu, 21 Jun 2012 09:26:06 +0530 Subject: [PATCH] adding unittest-xml-reporting as a dependency to marvin --- tools/marvin/setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/marvin/setup.py b/tools/marvin/setup.py index 211011d9885..c0e4af42d4c 100644 --- a/tools/marvin/setup.py +++ b/tools/marvin/setup.py @@ -37,6 +37,7 @@ setup(name="Marvin", license="LICENSE.txt", install_requires=[ "paramiko", - "nose" + "nose", + "unittest-xml-reporting" ], )