diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2015-12-09 10:46:55 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2015-12-09 10:46:55 -0500 |
commit | f64b1dcee516af281f59195f3744549e042b99ff (patch) | |
tree | 669c22bbb58edd6e7228fe800c90f27853b6aaed | |
parent | 51a3339ea5cf65283187406e4c9aca543902af12 (diff) | |
download | cbc-recipes-f64b1dcee516af281f59195f3744549e042b99ff.tar.gz |
Oh hi astropy-helpers; didn't see you there. Yet another --offline
-rw-r--r-- | imexam/imexam.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/imexam/imexam.ini b/imexam/imexam.ini index 1c55da3..3503b31 100644 --- a/imexam/imexam.ini +++ b/imexam/imexam.ini @@ -47,8 +47,8 @@ linux: echo This d2to1 hack is deadly. pip install --no-deps --upgrade --force d2to1 || exit 1 sed -i -e 's|find-links|#find-links|g' setup.cfg - python setup.py install || exit 1 + python setup.py install --offline || exit 1 windows: - python setup.py install + python setup.py install --offline if errorlevel 1 exit 1 |