From f0d011ce5ef246fa386197839adfc175c2760b5a Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 21 Jun 2020 10:24:42 +0200 Subject: travis(ci):fix releasing tarballs --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1551609..bf14ea9 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: -- cgit v1.2.1