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 37e284a commit a9aef0cCopy full SHA for a9aef0c
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 ."
+appveyor\build.cmd python -m pip install .
71
72
73
py.test test/
74
75
76
-appveyor\build.cmd "python setup.py bdist_wheel"
+appveyor\build.cmd python setup.py bdist_wheel
0 commit comments