From 689f87d596ad56346167a48e0054be65b3f32a25 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 10 Jul 2018 15:25:13 +0200 Subject: [PATCH] travis: Try to install a font for PyQt 5.10 For some reason, since a while this fails with a font related assertion error... --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 81a5d6fbb..d2ec181b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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