From d8d094cab6580fc3f935d2416945a78f14ff12e2 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Thu, 20 Sep 2018 12:24:14 +0100 Subject: [PATCH] [Travis] Fix missing pygi gtk3 packages --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e18bb59e9..30da3e24e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,7 +47,7 @@ addons: install: - pip install tox tox-venv - "if [ $TOX_ENV == 'pygtkui' ]; then - sudo apt install python-glade2; + sudo apt install python-gi python-gi-cairo gir1.2-gtk-3.0; fi" - "if [ $TOX_ENV == 'security' ]; then testssl_url=https://github.com/drwetter/testssl.sh/archive/v2.9.5-5.tar.gz;