diff options
author | Joe Hunkeler <jhunk@stsci.edu> | 2016-02-19 17:08:11 -0500 |
---|---|---|
committer | Joe Hunkeler <jhunk@stsci.edu> | 2016-02-19 17:08:11 -0500 |
commit | fb8d7fa58533999d08681bbdc0645a11fd7b2e62 (patch) | |
tree | 103cb79ea0b4dada1b3147b659e96d733370fe24 | |
parent | c3f9530b2f10c44a0b706bb24e832f63e2f209bb (diff) | |
download | cbc-recipes-fb8d7fa58533999d08681bbdc0645a11fd7b2e62.tar.gz |
Disable command test
-rw-r--r-- | stginga/stginga.ini | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/stginga/stginga.ini b/stginga/stginga.ini index 1953cae..2cdc941 100644 --- a/stginga/stginga.ini +++ b/stginga/stginga.ini @@ -32,12 +32,13 @@ run: python [test] -commands: - stginga --help - imports: stginga +commands: + # Not ready for prime-time? + #stginga --help + [cbc_build] linux: python setup.py install || exit 1 |