Skip to content

Commit fad7ba3

Browse files
committed
Update appveyor.yml
install six (needed for tests)
1 parent 3e522b8 commit fad7ba3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ install:
2323
- set PATH=C:\Python;%PATH%
2424
- C:\Python\python.exe c:\get-pip.py
2525
- C:\Python\Scripts\pip.exe install wheel
26+
- C:\Python\Scripts\pip.exe install six
2627

2728
build_script:
2829
- C:\python\python.exe setup.py bdist_wheel

0 commit comments

Comments
 (0)