diff options
Diffstat (limited to 'epydoc/bld.bat')
-rw-r--r-- | epydoc/bld.bat | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/epydoc/bld.bat b/epydoc/bld.bat new file mode 100644 index 0000000..9146a4b --- /dev/null +++ b/epydoc/bld.bat @@ -0,0 +1,8 @@ +"%PYTHON%" setup.py install +if errorlevel 1 exit 1 + +:: 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. |