Skip to content

Commit 30d1119

Browse files
committed
Make sure we use build.cmd for actual Python builds.
1 parent abecf33 commit 30d1119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor/build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ if %ERRORLEVEL% NEQ 0 exit 1
6767
python -m pip install -r test_requirements.txt
6868
if %ERRORLEVEL% NEQ 0 exit 1
6969

70-
python -m pip install .
70+
appveyor\build.cmd python -m pip install .
7171
if %ERRORLEVEL% NEQ 0 exit 1
7272

7373
py.test test/

0 commit comments

Comments
 (0)