changeset 3:4b6698f49617

Added a tool dependency file to manage the dependency for scipy
author melissacline
date Mon, 13 Oct 2014 17:52:21 -0700
parents f1929875b1b3
children 015a457f97b3
files ttest/tool_dependencies.xml
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ttest/tool_dependencies.xml	Mon Oct 13 17:52:21 2014 -0700
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<tool_dependency>
+  <package name="installXena" version="1.0">
+    <install version="1.0">
+      <actions>
+	<action type="setup_virtualenv">
+	  scipy
+	</action>
+      </actions>
+    </install>
+  </package>
+</tool_dependency>