Skip to content

Commit

Permalink
Use a newer VM image on Appveyor
Browse files Browse the repository at this point in the history
So that fewer Pythons need to be installed manually!

https://ci.appveyor.com/project/mgedmin/zodbbrowser/settings/environment
showed I was using the Visual Studio 2015 image by default!
  • Loading branch information
mgedmin committed Dec 16, 2022
1 parent 44a9c45 commit 569575c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions appveyor.yml
@@ -1,9 +1,13 @@
version: build-{build}-{branch}

# https://www.appveyor.com/docs/lang/python/
image:
- Visual Studio 2019

environment:
matrix:
# https://www.appveyor.com/docs/installed-software#python lists available
# versions
# https://www.appveyor.com/docs/windows-images-software/#python lists
# available versions
- PYTHON: "C:\\Python27-x64"
- PYTHON: "C:\\Python37-x64"
- PYTHON: "C:\\Python38-x64"
Expand Down

0 comments on commit 569575c

Please sign in to comment.