From 9ff8d3b6169c22a7ff47fa43329471afad06b33e Mon Sep 17 00:00:00 2001 From: Juhani Numminen Date: Thu, 8 Jul 2021 16:59:25 +0300 Subject: [PATCH] Appveyor: newer base image which comes with strawberryperl installed https://www.appveyor.com/docs/windows-images-software/ https://www.appveyor.com/docs/build-environment/ --- .appveyor.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index e3452188..e464a0c3 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,11 +1,12 @@ --- +image: Visual Studio 2019 environment: matrix: - - PYTHON: "C:\\Python37" + - PYTHON: "C:\\Python39" # Shamelessly taken from https://github.com/plicease/Dist-Zilla-PluginBundle-Author-Plicease/blob/master/.appveyor.yml # Thanks! install: - - choco install strawberryperl + # - choco install strawberryperl - copy %PYTHON%\python.exe %PYTHON%\python3.exe - SET PATH=%PYTHON%;%PYTHON%\Scripts;C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH% - python3 -mpip install Pillow attrs configobj flake8 flake8-import-order