Add python3-xvfbwrapper for python 3
buildbot/travis_bionic Build done. Details

- workaround for Qt tests
pull/1/head
Peter Šurda 2 years ago
parent eef4c3dd16
commit 656098a451
Signed by: PeterSurda
GPG Key ID: 0C5F50C0B5F37D87

@ -89,6 +89,7 @@ function pyqt5() {
# install pyqt5 on python > 3
if [[ ! "$TRAVIS_PYTHON" == "2.7" ]]; then
sudo apt -y install qtbase5-dev qt5-default
sudo apt -y install python3-xvfbwrapper
fi
}

Loading…
Cancel
Save