We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9aef0c commit 58366c1Copy full SHA for 58366c1
appveyor/build.bat
@@ -67,10 +67,10 @@ if %ERRORLEVEL% NEQ 0 exit 1
67
python -m pip install -r test_requirements.txt
68
if %ERRORLEVEL% NEQ 0 exit 1
69
70
-appveyor\build.cmd python -m pip install .
+CALL appveyor\build.cmd python -m pip install .
71
72
73
py.test test/
74
75
76
-appveyor\build.cmd python setup.py bdist_wheel
+CALL appveyor\build.cmd python setup.py bdist_wheel
0 commit comments