adding unittest-xml-reporting as a dependency to marvin

This commit is contained in:
Prasanna Santhanam 2012-06-21 09:26:06 +05:30 committed by Prasanna Santhanam
parent ba33a25c57
commit 85c5b5656d
1 changed files with 2 additions and 1 deletions

View File

@ -37,6 +37,7 @@ setup(name="Marvin",
license="LICENSE.txt",
install_requires=[
"paramiko",
"nose"
"nose",
"unittest-xml-reporting"
],
)