summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-06-27 13:38:59 +0200
committerraveit65 <[email protected]>2020-06-27 13:38:59 +0200
commit883b5389918fb4b27627c2af617ed2d386e9dfc1 (patch)
treec7ba6228c29897440260d555a15234175b8450ea
parentf274224f9127aad46b2c5e2b46a3c449be6d3aad (diff)
downloadmate-screensaver-883b5389918fb4b27627c2af617ed2d386e9dfc1.tar.bz2
mate-screensaver-883b5389918fb4b27627c2af617ed2d386e9dfc1.tar.xz
CI: fix releasing tarballs
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 5caf2c0..c17cb97 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,8 @@ services:
addons:
apt:
packages:
- - python3-github
+ - python3-pip
+ - python3-setuptool
branches:
except:
@@ -19,6 +20,7 @@ before_install:
- chmod +x docker-build gen-index
install:
+ - pip3 install PyGithub
- ./docker-build --name ${DISTRO} --config .build.yml --install
script: