You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ts...@apache.org on 2012/07/30 12:07:19 UTC

[13/16] git commit: adding unittest-xml-reporting as a dependency to marvin

adding unittest-xml-reporting as a dependency to marvin


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/85c5b565
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/85c5b565
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/85c5b565

Branch: refs/heads/master
Commit: 85c5b5656d15f3e1efe69dabcbb4561f9f38f6e7
Parents: ba33a25
Author: Prasanna Santhanam <Pr...@citrix.com>
Authored: Thu Jun 21 09:26:06 2012 +0530
Committer: Prasanna Santhanam <ts...@apache.org>
Committed: Mon Jul 30 15:27:55 2012 +0530

----------------------------------------------------------------------
 tools/marvin/setup.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/85c5b565/tools/marvin/setup.py
----------------------------------------------------------------------
diff --git a/tools/marvin/setup.py b/tools/marvin/setup.py
index 211011d..c0e4af4 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"
       ],         
      )