diff options
author | Wu Xiaotian <[email protected]> | 2020-06-22 21:58:52 +0000 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-24 15:11:40 +0200 |
commit | fe22128603bd3526c0bc24135d446c322fa90256 (patch) | |
tree | fcfe2fd62639a2656dd4d39bb59c0cb397e79cf4 | |
parent | 50aec09eae07b0c43c10d3212a5c0e0590db57b0 (diff) | |
download | libmateweather-fe22128603bd3526c0bc24135d446c322fa90256.tar.bz2 libmateweather-fe22128603bd3526c0bc24135d446c322fa90256.tar.xz |
[ci] fix release tarball on travis CI failed
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 6293187..e189946 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: |