Skip to content

Commit

Permalink
Merge pull request #5014 from hugovk/appveyor-3.9
Browse files Browse the repository at this point in the history
AppVeyor: Test on Python 3.9 final
  • Loading branch information
radarhere authored Oct 29, 2020
2 parents 1aecbc2 + 1b3685a commit a348a97
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
version: '{build}'
image: Visual Studio 2017
clone_folder: c:\pillow
init:
- ECHO %PYTHON%
Expand All @@ -12,10 +11,12 @@ environment:
TEST_OPTIONS:
DEPLOY: YES
matrix:
- PYTHON: C:/Python38
- PYTHON: C:/Python39
ARCHITECTURE: x86
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
- PYTHON: C:/Python36-x64
ARCHITECTURE: x64
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017


install:
Expand All @@ -32,6 +33,7 @@ install:
c:\pillow\winbuild\build\build_dep_all.cmd
$host.SetShouldExit(0)
- path C:\pillow\winbuild\build\bin;%PATH%
- '%PYTHON%\%PIP_DIR%\pip.exe install -U "setuptools>=49.3.2"'

build_script:
- ps: |
Expand Down

0 comments on commit a348a97

Please sign in to comment.