From 3ae52ddb9d84ea703a692d8e7270b0bb0b534b99 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 21 Jun 2020 17:53:30 +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 c8187d09..94538768 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,8 @@ services: addons: apt: packages: - - python3-github + - python3-pip + - python3-setuptools branches: except: @@ -20,6 +21,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