Skip to content

Commit

Permalink
Default appveyor to py37
Browse files Browse the repository at this point in the history
  • Loading branch information
nir0s committed Nov 23, 2020
1 parent 1900eda commit 8dc2301
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -44,4 +44,4 @@ before_test:


test_script:
- tox -e %TOX_ENV%
- tox -e %TOX_ENV%

0 comments on commit 8dc2301

Please sign in to comment.