Skip to content

Commit

Permalink
CI: Switch to VS2019 image
Browse files Browse the repository at this point in the history
  • Loading branch information
Kojoley committed Jul 26, 2020
1 parent 9b2ce2e commit 44dd05b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
image: Visual Studio 2019

environment:
matrix:
- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python35"
- { PYTHON: "C:\\Python27", APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2015" }
- { PYTHON: "C:\\Python35", APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2015" }
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python37"
- PYTHON: "C:\\Python38"
- PYTHON: "C:\\Python27-x64"
- PYTHON: "C:\\Python35-x64"
- { PYTHON: "C:\\Python27-x64", APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2015" }
- { PYTHON: "C:\\Python35-x64", APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2015" }
- PYTHON: "C:\\Python36-x64"
- PYTHON: "C:\\Python37-x64"
- PYTHON: "C:\\Python38-x64"
Expand Down

0 comments on commit 44dd05b

Please sign in to comment.