From dcfa73cf91273ad2e7136fafa826c1747f8f98c3 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 18 Nov 2015 08:02:10 +0100 Subject: [PATCH] AppVeyor: Use PyQt 5.5.1. --- scripts/dev/ci_install.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/dev/ci_install.py b/scripts/dev/ci_install.py index 6b64ba1a9..f27f36129 100644 --- a/scripts/dev/ci_install.py +++ b/scripts/dev/ci_install.py @@ -70,7 +70,8 @@ def check_setup(executable): if 'APPVEYOR' in os.environ: print("Getting PyQt5...") urllib.urlretrieve( - 'http://www.qutebrowser.org/pyqt/PyQt5-5.5-gpl-Py3.4-Qt5.5.0-x32.exe', + 'http://www.qutebrowser.org/pyqt/' + 'PyQt5-5.5.1-gpl-Py3.4-Qt5.5.1-x32.exe', r'C:\install-PyQt5.exe') print("Fixing registry...")