Skip to content

Commit 32859d4

Browse files
author
denfromufa
committed
Update appveyor.yml
1 parent 0b7e3f1 commit 32859d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ environment:
2222

2323
install:
2424
# We need wheel installed to build wheels
25-
- %PYTHON%\python.exe -m pip install wheel
26-
- %PYTHON%\python.exe -m pip install six
25+
- "%PYTHON%\\python.exe -m pip install wheel"
26+
- "%PYTHON%\\python.exe -m pip install six"
2727

2828
build_script:
2929
- %PYTHON%\python.exe setup.py bdist_wheel

0 commit comments

Comments
 (0)