summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2020-06-22 22:14:03 +0000
committerraveit65 <[email protected]>2020-06-26 11:23:09 +0200
commit741c50ee9687b7614c4f6ab4b99935f411d6aed9 (patch)
tree4c777a97e4d61e8fcdac05dfc63d6b4ecdbfd093
parented76b77b7545dbde787aa0d7b5af7f0c4340dccb (diff)
downloadmate-indicator-applet-741c50ee9687b7614c4f6ab4b99935f411d6aed9.tar.bz2
mate-indicator-applet-741c50ee9687b7614c4f6ab4b99935f411d6aed9.tar.xz
[ci] fix release tarball on travis CI failed
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index faacc4d..772fd9b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,8 @@ services:
addons:
apt:
packages:
- - python3-github
+ - python3-pip
+ - python3-setuptools
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: