From 883b5389918fb4b27627c2af617ed2d386e9dfc1 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 27 Jun 2020 13:38:59 +0200 Subject: CI: fix releasing tarballs --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: -- cgit v1.2.1