We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97c3246 commit 9f40c1aCopy full SHA for 9f40c1a
appveyor.yml
@@ -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