From 1e83fe3b18f08e0c9aa7cdeec049f403c24bf360 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 16 Feb 2016 22:34:40 -0500 Subject: Add missing dependencies; Add tests --- stistools/stistools.ini | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/stistools/stistools.ini b/stistools/stistools.ini index d30a505..264fc7c 100644 --- a/stistools/stistools.ini +++ b/stistools/stistools.ini @@ -18,18 +18,24 @@ build: d2to1 astropy >=1.1 stsci.distutils - stsci.tools stsci.convolve + stsci.ndimage + stsci.tools setuptools python run: d2to1 astropy >=1.1 + stsci.convolve stsci.distutils + stsci.ndimage stsci.tools - stsci.convolve python +[test] +imports: + stistools + [cbc_build] linux: echo This d2to1 hack is deadly. -- cgit