We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fce05b8 + 9c5133d commit b00a72aCopy full SHA for b00a72a
.travis.yml
@@ -5,6 +5,11 @@ dist: xenial
5
services:
6
- docker
7
8
+addons:
9
+ apt:
10
+ packages:
11
+ - libxkbcommon-x11-0 # for PyQt 5.12
12
+
13
matrix:
14
include:
15
- env: RUN_PYLINT=true
.travis/install_orange.sh
@@ -7,8 +7,8 @@ if [[ $TRAVIS_PYTHON_VERSION == 3.4 ]]; then pip install pandas==0.20.3; fi
pip install numba==0.41.0 llvmlite==0.26.0
-# Temporary fix until platform plugin issues are solved on 5.12
-pip install PyQt5==5.11.3
+# PyQt >= 5.12 distributes WebEngine separately
+pip install pyqtwebengine
# Install dependencies sequentially
cat requirements-core.txt \
0 commit comments