Skip to content

Commit

Permalink
Edit appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hMatoba committed Oct 6, 2015
1 parent 7fe2ca1 commit 6186532
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ install:
- ECHO "Installed SDKs:"
- ps: "ls \"C:/Program Files/Microsoft SDKs/Windows\""

- ps: (new-object net.webclient).DownloadFile('https://raw.github.com/pypa/pip/master/contrib/get-pip.py', 'C:/get-pip.py')
- "%PYTHON%/python.exe C:/get-pip.py"
- "%PYTHON%/Scripts/pip.exe install pillow"

test_script:
- '%PYTHON%\python.exe setup.py test'

Expand Down

0 comments on commit 6186532

Please sign in to comment.