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 afcecfd commit a09ed2c
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,15 @@
build: false

init:
- ECHO %PYTHON%
environment:
matrix:
- PYTHON: C:/Python34-x64
- PYTHON: C:/Python33-x64
- PYTHON: C:/Python27-x64

install:
- ECHO "Filesystem root:"
- ps: "ls \"C:/\""

- 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==2.9.0"

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

matrix:
fast_finish: true
- '%PYTHON%\python.exe setup.py test'

0 comments on commit a09ed2c

Please sign in to comment.