mirror of https://github.com/apache/cloudstack.git
adding unittest-xml-reporting as a dependency to marvin
This commit is contained in:
parent
e5fd090053
commit
6fbd7503da
|
|
@ -23,8 +23,8 @@ setup(name="Marvin",
|
|||
packages=["marvin", "marvin.cloudstackAPI", "marvin.sandbox", "marvin.pymysql", "marvin.pymysql.constants", "marvin.pymysql.tests"],
|
||||
license="LICENSE.txt",
|
||||
install_requires=[
|
||||
"Python>=2.7",
|
||||
"paramiko",
|
||||
"nose"
|
||||
"nose",
|
||||
"unittest-xml-reporting"
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue