diff options
Diffstat (limited to 'jwst_lib/jwst_lib.ini')
-rw-r--r-- | jwst_lib/jwst_lib.ini | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/jwst_lib/jwst_lib.ini b/jwst_lib/jwst_lib.ini index c62975c..e8b9e1f 100644 --- a/jwst_lib/jwst_lib.ini +++ b/jwst_lib/jwst_lib.ini @@ -26,34 +26,34 @@ build : crds asdf stsci.distutils - numpy - setuptools - python + numpy x.x + setuptools + python x.x run : asdf-standard astropy >=1.1 crds asdf - numpy - python + numpy x.x + python x.x [test] imports : jwst_lib - + commands : - + [cbc_build] linux : pip install --no-deps --force --upgrade d2to1 for d in jwst_lib/* do - ( cd $$d && python setup.py install || exit 1 ) + ( cd $$d && python setup.py install || exit 1 ) done windows : echo "Unsupported (yet?)" - #python setup.py install - #if errorlevel 1 exit 1 + #python setup.py install + #if errorlevel 1 exit 1 |