diff options
author | Joe Hunkeler <jhunk@stsci.edu> | 2016-02-17 21:23:07 -0500 |
---|---|---|
committer | Joe Hunkeler <jhunk@stsci.edu> | 2016-02-17 21:23:07 -0500 |
commit | c6bbd04876c6473424f28403f7c590f6ad44c419 (patch) | |
tree | ac4c869467c48c79b49da4449f107de850ea2a79 /specview | |
parent | 36bc153302cfdb0ced51cf4247e25b42ce8e7403 (diff) | |
download | cbc-recipes-c6bbd04876c6473424f28403f7c590f6ad44c419.tar.gz |
Add aliveness tests; Increase dependency tracking
Diffstat (limited to 'specview')
-rw-r--r-- | specview/specview.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/specview/specview.ini b/specview/specview.ini index 8ffe2ef..828775f 100644 --- a/specview/specview.ini +++ b/specview/specview.ini @@ -32,6 +32,10 @@ run: pyqtgraph python +[test] +imports: + specview + [cbc_build] linux: python setup.py install --offline || exit 1 |