Skip to content
This repository has been archived by the owner on Jul 23, 2022. It is now read-only.

Commit

Permalink
change build_setup_help_on_windows to run unit test on anaconda
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Apr 28, 2015
1 parent 30189e0 commit 6b0e8e2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build_setup_help_on_windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,14 @@ echo #######################################################

:utpy34_64:
set pythonexe="c:\Python34_x64\python"
:custom_python:
%pythonexe% setup.py write_version
%pythonexe% -u setup.py clean_space
if %errorlevel% neq 0 exit /b %errorlevel%
%pythonexe% -u setup.py unittests
if %errorlevel% neq 0 exit /b %errorlevel%
echo #######################################################

:setup34_x64_msi_wheel:
set pythonexe="c:\Python34_x64\python"
:custom_python:
%pythonexe% setup.py clean_pyd
%pythonexe% setup.py sdist --formats=gztar,zip --verbose
if %errorlevel% neq 0 exit /b %errorlevel%
Expand Down

0 comments on commit 6b0e8e2

Please sign in to comment.