Skip to content

Commit a9aef0c

Browse files
committed
Remove the quotes.
1 parent 37e284a commit a9aef0c

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+
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+
appveyor\build.cmd python setup.py bdist_wheel

0 commit comments

Comments
 (0)