From 8dc2301514ed4924a4e9e9910ced32a93d85fb67 Mon Sep 17 00:00:00 2001 From: nir0s Date: Sat, 21 Nov 2020 20:34:12 +0200 Subject: [PATCH] Default appveyor to py37 --- appveyor.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 7e6c573..70dec2c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,8 +3,8 @@ environment: TOX_ENV: pywin matrix: - - PYTHON: C:\Python27 - PYTHON_VERSION: 2.7.8 + - PYTHON: C:\Python37 + PYTHON_VERSION: 3.7.9 PYTHON_ARCH: 32 # init: @@ -16,8 +16,8 @@ install: # Change Python Registry ################################# - - reg ADD HKCU\Software\Python\PythonCore\2.7\InstallPath /ve /d "C:\Python27" /t REG_SZ /f - - reg ADD HKLM\Software\Python\PythonCore\2.7\InstallPath /ve /d "C:\Python27" /t REG_SZ /f + - reg ADD HKCU\Software\Python\PythonCore\3.7\InstallPath /ve /d "C:\Python37" /t REG_SZ /f + - reg ADD HKLM\Software\Python\PythonCore\3.7\InstallPath /ve /d "C:\Python37" /t REG_SZ /f ################################# # Installing Inno Setup @@ -44,4 +44,4 @@ before_test: test_script: - - tox -e %TOX_ENV% \ No newline at end of file + - tox -e %TOX_ENV%