Test on Python 3.8

This commit is contained in:
Hugo 2019-11-09 10:09:16 +02:00 committed by Andrew Murray
parent 71ffb52320
commit 738bbd2641

View File

@ -18,7 +18,8 @@ environment:
PIP_DIR: bin PIP_DIR: bin
VENV: YES VENV: YES
- PYTHON: C:/Python27-x64 - PYTHON: C:/Python27-x64
- PYTHON: C:\Python38rc1-x64 - PYTHON: C:/Python38
- PYTHON: C:/Python38-x64
- PYTHON: C:/Python37 - PYTHON: C:/Python37
- PYTHON: C:/Python27 - PYTHON: C:/Python27
- PYTHON: C:/Python37-x64 - PYTHON: C:/Python37-x64
@ -38,11 +39,6 @@ environment:
install: install:
- ps: |
if ($env:PYTHON -eq "C:\Python38rc1-x64") {
curl -o install_python.ps1 https://raw.githubusercontent.com/matthew-brett/multibuild/d0cf77e62028704875073e3dc4626f61d1c33b0e/install_python.ps1
.\install_python.ps1
}
- curl -fsSL -o pillow-depends.zip https://github.com/python-pillow/pillow-depends/archive/master.zip - curl -fsSL -o pillow-depends.zip https://github.com/python-pillow/pillow-depends/archive/master.zip
- 7z x pillow-depends.zip -oc:\ - 7z x pillow-depends.zip -oc:\
- mv c:\pillow-depends-master c:\pillow-depends - mv c:\pillow-depends-master c:\pillow-depends