summaryrefslogtreecommitdiff
path: root/mechanize/bld.bat
blob: 9146a4bf8a10b73e6beb99cd5913dbf490c38ca8 (plain) (blame)
1
2
3
4
5
6
7
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.