mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
[Travis] Fix missing pygi gtk3 packages
This commit is contained in:
parent
dc6e93541b
commit
d8d094cab6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue