diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-11-01 16:28:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-01 16:28:01 -0400 |
commit | 6f5fc6199e4df6819a8fdffe98d84365734b0ada (patch) | |
tree | bb966badc0d54a415af7b9a4e9460fa7b3f0914d /imexam/bld.bat | |
parent | a81f18979188ba7b5a4c60be2fe0a48125e1212f (diff) | |
download | astroconda-contrib-6f5fc6199e4df6819a8fdffe98d84365734b0ada.tar.gz |
Update imexam -> 0.6.2 (#90)
Diffstat (limited to 'imexam/bld.bat')
-rw-r--r-- | imexam/bld.bat | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/imexam/bld.bat b/imexam/bld.bat index f300b17..762d43b 100644 --- a/imexam/bld.bat +++ b/imexam/bld.bat @@ -1,7 +1 @@ - -pip install --no-deps --upgrade --force d2to1 -if errorlevel 1 exit 1 -pip install --no-deps --upgrade --force astropy_helpers || exit 1 -if errorlevel 1 exit 1 -python setup.py install --offline -if errorlevel 1 exit 1
\ No newline at end of file +python setup.py install |