Skip to content

Commit

Permalink
Install Qt5 for all
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 7, 2019
1 parent 7e3156e commit e9c5666
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis/install.sh
Expand Up @@ -3,7 +3,7 @@
set -e

sudo apt-get update
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\
ghostscript libffi-dev libjpeg-turbo-progs libopenjp2-7-dev\
cmake imagemagick libharfbuzz-dev libfribidi-dev

Expand All @@ -15,10 +15,7 @@ pip install -U pytest-cov
pip install pyroma
pip install test-image-results
pip install numpy
if [[ $TRAVIS_PYTHON_VERSION == 3.* ]]; then
sudo apt-get -qq install pyqt5-dev-tools
pip install pyqt5
fi
pip install pyqt5

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

0 comments on commit e9c5666

Please sign in to comment.