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.
1 parent 7e3156e commit e9c5666Copy full SHA for e9c5666
.travis/install.sh
@@ -3,7 +3,7 @@
3
set -e
4
5
sudo apt-get update
6
-sudo apt-get -qq install libfreetype6-dev liblcms2-dev python-tk\
+sudo apt-get -qq install libfreetype6-dev liblcms2-dev python-tk pyqt5-dev-tools\
7
ghostscript libffi-dev libjpeg-turbo-progs libopenjp2-7-dev\
8
cmake imagemagick libharfbuzz-dev libfribidi-dev
9
@@ -15,10 +15,7 @@ pip install -U pytest-cov
15
pip install pyroma
16
pip install test-image-results
17
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
+pip install pyqt5
22
23
# docs only on Python 3.7
24
if [ "$TRAVIS_PYTHON_VERSION" == "3.7" ]; then pip install -r requirements.txt ; fi
0 commit comments