[Travis] Fix missing pygi gtk3 packages

This commit is contained in:
Calum Lind 2018-09-20 12:24:14 +01:00 committed by Calum Lind
parent dc6e93541b
commit d8d094cab6

View file

@ -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;