Skip to content

Commit b00a72a

Browse files
authored
Merge pull request #3834 from markotoplak/test-pyqt512
Test with PyQt5=5.12 on Linux (travis)
2 parents fce05b8 + 9c5133d commit b00a72a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ dist: xenial
55
services:
66
- docker
77

8+
addons:
9+
apt:
10+
packages:
11+
- libxkbcommon-x11-0 # for PyQt 5.12
12+
813
matrix:
914
include:
1015
- env: RUN_PYLINT=true

.travis/install_orange.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ if [[ $TRAVIS_PYTHON_VERSION == 3.4 ]]; then pip install pandas==0.20.3; fi
77

88
pip install numba==0.41.0 llvmlite==0.26.0
99

10-
# Temporary fix until platform plugin issues are solved on 5.12
11-
pip install PyQt5==5.11.3
10+
# PyQt >= 5.12 distributes WebEngine separately
11+
pip install pyqtwebengine
1212

1313
# Install dependencies sequentially
1414
cat requirements-core.txt \

0 commit comments

Comments
 (0)