Skip to content

Commit

Permalink
appveyor: Fix registry fixing
Browse files Browse the repository at this point in the history
No alternative Python installations exist in the latest image except for
Python 3.5, so the registry fix failed.
  • Loading branch information
The-Compiler committed Jul 15, 2016
1 parent f4a6bbb commit 5b84ffe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/install-qt.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ def fix_registry(python_ver):
'py27-pyqt4': 'PyQt4/PyQt-4.11.4/PyQt4-4.11.4-gpl-Py2.7-Qt4.8.7-x32.exe',
}
if 'INSTALL_QT' in os.environ:
fix_registry('34')
fix_registry('35')
fix_registry('27')
caption = os.environ['INSTALL_QT']
installers_dir = r'C:\Installers'
if not os.path.isdir(installers_dir):
Expand Down

0 comments on commit 5b84ffe

Please sign in to comment.