mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-04 21:50:54 +03:00
Merge pull request #4203 from hugovk/appveyor-3.8
AppVeyor: Test on Python 3.8
This commit is contained in:
commit
9b927155e6
|
@ -13,7 +13,8 @@ environment:
|
||||||
TEST_OPTIONS:
|
TEST_OPTIONS:
|
||||||
DEPLOY: YES
|
DEPLOY: YES
|
||||||
matrix:
|
matrix:
|
||||||
- PYTHON: C:\Python38rc1-x64
|
- PYTHON: C:/Python38
|
||||||
|
- PYTHON: C:/Python38-x64
|
||||||
- PYTHON: C:/Python37
|
- PYTHON: C:/Python37
|
||||||
- PYTHON: C:/Python37-x64
|
- PYTHON: C:/Python37-x64
|
||||||
- PYTHON: C:/Python36
|
- PYTHON: C:/Python36
|
||||||
|
@ -32,11 +33,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
|
||||||
|
|
|
@ -10,7 +10,7 @@ pythons = {
|
||||||
"36": {"compiler": 7.1, "vc": 2015},
|
"36": {"compiler": 7.1, "vc": 2015},
|
||||||
"pypy3": {"compiler": 7.1, "vc": 2015},
|
"pypy3": {"compiler": 7.1, "vc": 2015},
|
||||||
"37": {"compiler": 7.1, "vc": 2015},
|
"37": {"compiler": 7.1, "vc": 2015},
|
||||||
"38rc1-x64": {"compiler": 7.1, "vc": 2015},
|
"38": {"compiler": 7.1, "vc": 2015},
|
||||||
# for GitHub Actions
|
# for GitHub Actions
|
||||||
"3.5": {"compiler": 7.1, "vc": 2015},
|
"3.5": {"compiler": 7.1, "vc": 2015},
|
||||||
"3.6": {"compiler": 7.1, "vc": 2015},
|
"3.6": {"compiler": 7.1, "vc": 2015},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user