summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2020-06-22 22:13:26 +0000
committerraveit65 <[email protected]>2020-06-24 13:57:36 +0200
commit82edd1a6a0ec86f92ce4361c59fe3e4397f6e6d2 (patch)
treec95c5be1fe73f5f02c32e8e5977d26a0be3bed87
parent1f9550011927a44659ba91f0cc19ef5bd47c1cb2 (diff)
downloadeom-82edd1a6a0ec86f92ce4361c59fe3e4397f6e6d2.tar.bz2
eom-82edd1a6a0ec86f92ce4361c59fe3e4397f6e6d2.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 b324846..8a0927d 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: