Skip to content

Commit 58366c1

Browse files
committed
Use the CALL command.
1 parent a9aef0c commit 58366c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor/build.bat

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

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

7373
py.test test/
7474
if %ERRORLEVEL% NEQ 0 exit 1
7575

76-
appveyor\build.cmd python setup.py bdist_wheel
76+
CALL appveyor\build.cmd python setup.py bdist_wheel

0 commit comments

Comments
 (0)