Skip to content

Commit e9c5666

Browse files
committed
Install Qt5 for all
1 parent 7e3156e commit e9c5666

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis/install.sh

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44

55
sudo apt-get update
6-
sudo apt-get -qq install libfreetype6-dev liblcms2-dev python-tk\
6+
sudo apt-get -qq install libfreetype6-dev liblcms2-dev python-tk pyqt5-dev-tools\
77
ghostscript libffi-dev libjpeg-turbo-progs libopenjp2-7-dev\
88
cmake imagemagick libharfbuzz-dev libfribidi-dev
99

@@ -15,10 +15,7 @@ pip install -U pytest-cov
1515
pip install pyroma
1616
pip install test-image-results
1717
pip install numpy
18-
if [[ $TRAVIS_PYTHON_VERSION == 3.* ]]; then
19-
sudo apt-get -qq install pyqt5-dev-tools
20-
pip install pyqt5
21-
fi
18+
pip install pyqt5
2219

2320
# docs only on Python 3.7
2421
if [ "$TRAVIS_PYTHON_VERSION" == "3.7" ]; then pip install -r requirements.txt ; fi

0 commit comments

Comments
 (0)