mirror of https://github.com/apache/cloudstack.git
adding unittest-xml-reporting as a dependency to marvin
This commit is contained in:
parent
ba33a25c57
commit
85c5b5656d
|
|
@ -37,6 +37,7 @@ setup(name="Marvin",
|
|||
license="LICENSE.txt",
|
||||
install_requires=[
|
||||
"paramiko",
|
||||
"nose"
|
||||
"nose",
|
||||
"unittest-xml-reporting"
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue