diff --git a/travis2bash.sh b/travis2bash.sh index 7e75110..25b70c5 100755 --- a/travis2bash.sh +++ b/travis2bash.sh @@ -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 }