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:
parent
048d8ef794
commit
689f87d596
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user