Skip to content

Commit d04f470

Browse files
author
denfromufa
committed
Update appveyor.yml
1 parent 41b1971 commit d04f470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ environment:
2323
install:
2424
# We need wheel installed to build wheels
2525
- "%PYTHON%\\python.exe -m pip install wheel"
26-
- "%PYTHON%\\python.exe -m pip install six"
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)