diff options
author | Joseph Curtin <jcurtin@stsci.edu> | 2020-02-13 11:37:24 -0500 |
---|---|---|
committer | Joseph Curtin <jcurtin@stsci.edu> | 2020-02-13 11:37:24 -0500 |
commit | 03757fe56c8eef459b5d963846d1e8fcdc1e14c3 (patch) | |
tree | ccd7746942c975f7632be7a8a21b03c8f834d626 /parsley/build.sh | |
parent | 5dfbdd91674497b9e1987e5ef0ef22de7b4b621e (diff) | |
download | astroconda-etc-03757fe56c8eef459b5d963846d1e8fcdc1e14c3.tar.gz |
testing to see if parsley still needs tests
Diffstat (limited to 'parsley/build.sh')
-rw-r--r-- | parsley/build.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/parsley/build.sh b/parsley/build.sh deleted file mode 100644 index 3f50b74..0000000 --- a/parsley/build.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -$PYTHON setup.py install - -# Add more build steps here, if they are necessary. - -# See -# http://docs.continuum.io/conda/build.html -# for a list of environment variables that are set during the build process. |