Skip to content

Commit 9f40c1a

Browse files
committed
add appveyor.yml for windows CI
1 parent 97c3246 commit 9f40c1a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

appveyor.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
init:
2+
- ECHO %PYTHON%
3+
4+
environment:
5+
matrix:
6+
- PYTHON: C:/Python36-x64
7+
8+
install:
9+
- ps: (new-object net.webclient).DownloadFile('https://raw.github.com/pypa/pip/master/contrib/get-pip.py', 'C:/get-pip.py')
10+
- "%PYTHON%/python.exe C:/get-pip.py"
11+
- "%PYTHON%/Scripts/pip.exe install pillow==2.9.0"
12+

0 commit comments

Comments
 (0)