summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-06-01 14:56:46 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-06-01 14:56:46 +0200
commit56404bc52c80f1ed01a53770e0ba66e1647fc34c (patch)
tree9b352443f50706fac6d495ed04a0281cfec36304
parent46efdb736f2796687db3ed4c6f02fcc4f00d54a6 (diff)
downloadqutebrowser-56404bc52c80f1ed01a53770e0ba66e1647fc34c.tar.gz
qutebrowser-56404bc52c80f1ed01a53770e0ba66e1647fc34c.zip
AppVeyor: Go back to Qt 5.14
See https://github.com/qutebrowser/qutebrowser/issues/5237#issuecomment-636845641
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 23a96055c..47ad9964a 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -11,7 +11,7 @@ image:
environment:
PYTHONUNBUFFERED: 1
PYTHON: C:\Python38-x64\python.exe
- TESTENV: py38-pyqt515
+ TESTENV: py38-pyqt514
install:
- '%PYTHON% --version'