diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-02-16 22:34:06 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-02-16 22:34:06 -0500 |
commit | 60d44aacbe4a96bd51755317ef8329a422a334f7 (patch) | |
tree | 97e663c4c5629fbab62591eb51ddc8b07b00a486 /acstools | |
parent | 3548df0ed3c678408bf86da8d6a79c35ec6cc775 (diff) | |
download | cbc-recipes-60d44aacbe4a96bd51755317ef8329a422a334f7.tar.gz |
Add missing dependencies; Add test
Diffstat (limited to 'acstools')
-rw-r--r-- | acstools/acstools.ini | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/acstools/acstools.ini b/acstools/acstools.ini index f66d632..32051a0 100644 --- a/acstools/acstools.ini +++ b/acstools/acstools.ini @@ -23,6 +23,7 @@ build: scipy scikit-image matplotlib + stsci.imagestats stsci.tools setuptools run: @@ -31,10 +32,19 @@ run: scipy scikit-image matplotlib + stsci.imagestats stsci.tools setuptools python +[test] +imports: + acstools + +commands: + acs_destripe --help + acs_destripe_plus --help + [cbc_build] linux: echo This d2to1 hack is deadly. |