summaryrefslogtreecommitdiff
path: root/astropy/bld.bat
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2016-05-23 17:19:35 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2016-05-23 17:19:35 -0400
commit25e728fa805fb4f0ce3bcb44e53c4f926f26e110 (patch)
tree7106ac5a5b294a037d7b2090f873e4222f409f78 /astropy/bld.bat
parentc9e9db1e619f63562ed6261d7e01c83dd71ac10e (diff)
downloadastroconda-dev-25e728fa805fb4f0ce3bcb44e53c4f926f26e110.tar.gz
Reintroducing astropy recipe
Diffstat (limited to 'astropy/bld.bat')
-rw-r--r--astropy/bld.bat3
1 files changed, 3 insertions, 0 deletions
diff --git a/astropy/bld.bat b/astropy/bld.bat
new file mode 100644
index 0000000..c50c85a
--- /dev/null
+++ b/astropy/bld.bat
@@ -0,0 +1,3 @@
+
+python setup.py install --offline
+if errorlevel 1 exit 1 \ No newline at end of file