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