forked from Bitmessage/buildbot-scripts
Add python3-xvfbwrapper for python 3
- workaround for Qt tests
This commit is contained in:
parent
eef4c3dd16
commit
656098a451
|
@ -89,6 +89,7 @@ function pyqt5() {
|
||||||
# install pyqt5 on python > 3
|
# install pyqt5 on python > 3
|
||||||
if [[ ! "$TRAVIS_PYTHON" == "2.7" ]]; then
|
if [[ ! "$TRAVIS_PYTHON" == "2.7" ]]; then
|
||||||
sudo apt -y install qtbase5-dev qt5-default
|
sudo apt -y install qtbase5-dev qt5-default
|
||||||
|
sudo apt -y install python3-xvfbwrapper
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user