travis: Try to install a font for PyQt 5.10

For some reason, since a while this fails with a font related assertion error...
This commit is contained in:
Florian Bruhin 2018-07-10 15:25:13 +02:00
parent 048d8ef794
commit 689f87d596

View File

@ -21,6 +21,10 @@ matrix:
env: TESTENV=py36-pyqt59
- os: linux
env: TESTENV=py36-pyqt510
addons:
apt:
packages:
- ttf-dejavu-core
- os: linux
env: TESTENV=py36-pyqt511-cov
# https://github.com/travis-ci/travis-ci/issues/9069