Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
holgern committed Dec 9, 2020
1 parent c4de3db commit 3b9e751
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,31 @@

# This file is built on the template here:
# http://python-packaging-user-guide.readthedocs.org/en/latest/appveyor/
image: Visual Studio 2019

environment:
matrix:
- PYTHON: "C:\\Python35"
ARCHITECTURE: x86
- PYTHON: "C:\\Python35-x64"
ARCHITECTURE: x64
- PYTHON: "C:\\Python36"
ARCHITECTURE: x86
- PYTHON: "C:\\Python36-x64"
ARCHITECTURE: x64
- PYTHON: "C:\\Python37"
ARCHITECTURE: x86
- PYTHON: "C:\\Python37-x64"
ARCHITECTURE: x64
- PYTHON: "C:\\Python38"
ARCHITECTURE: x86
- PYTHON: "C:\\Python38-x64"
ARCHITECTURE: x64
- PYTHON: "C:\\Python39"
ARCHITECTURE: x86
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
- PYTHON: "C:\\Python39-x64"
ARCHITECTURE: x64
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019

build: off

Expand Down

0 comments on commit 3b9e751

Please sign in to comment.