From c6bbd04876c6473424f28403f7c590f6ad44c419 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Wed, 17 Feb 2016 21:23:07 -0500 Subject: Add aliveness tests; Increase dependency tracking --- cube-tools/cube-tools.ini | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cube-tools/cube-tools.ini') diff --git a/cube-tools/cube-tools.ini b/cube-tools/cube-tools.ini index fb9bd37..01da8ba 100644 --- a/cube-tools/cube-tools.ini +++ b/cube-tools/cube-tools.ini @@ -17,6 +17,8 @@ number: {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }} [requirements] build: + glueviz + specview setuptools python @@ -25,6 +27,10 @@ run: specview python +[test] +imports: + cube_tools + [cbc_build] linux: python setup.py install || exit 1 -- cgit