mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +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:
|
install:
|
||||||
- pip install tox tox-venv
|
- pip install tox tox-venv
|
||||||
- "if [ $TOX_ENV == 'pygtkui' ]; then
|
- "if [ $TOX_ENV == 'pygtkui' ]; then
|
||||||
sudo apt install python-glade2;
|
sudo apt install python-gi python-gi-cairo gir1.2-gtk-3.0;
|
||||||
fi"
|
fi"
|
||||||
- "if [ $TOX_ENV == 'security' ]; then
|
- "if [ $TOX_ENV == 'security' ]; then
|
||||||
testssl_url=https://github.com/drwetter/testssl.sh/archive/v2.9.5-5.tar.gz;
|
testssl_url=https://github.com/drwetter/testssl.sh/archive/v2.9.5-5.tar.gz;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue