Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hMatoba committed Oct 6, 2017
1 parent de246bf commit 88d48ee
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ build: false

environment:
matrix:
- PYTHON: C:/Python35-x64
- PYTHON: C:/Python34-x64
- PYTHON: C:/Python33-x64
- PYTHON: C:/Python27-x64

install:
- ps: (new-object net.webclient).DownloadFile('https://bootstrap.pypa.io/get-pip.py', 'C:/get-pip.py')
- "%PYTHON%/python.exe C:/get-pip.py"
- "%PYTHON%/Scripts/pip.exe install pillow==2.9.0"
- "%PYTHON%\python.exe -m pip install pillow==2.9.0"

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

0 comments on commit 88d48ee

Please sign in to comment.