From a7b6e1a2ec539f28328e2a518d340355c53c777e Mon Sep 17 00:00:00 2001 From: squidfunk Date: Fri, 17 May 2019 22:07:23 +0200 Subject: [PATCH] Fixed Travis build --- .travis.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.sh b/.travis.sh index a2bc6048c..89e8ce97e 100755 --- a/.travis.sh +++ b/.travis.sh @@ -70,6 +70,7 @@ fi echo "${TRAVIS_BRANCH}" | grep -qvE "^[0-9.]+$" && exit 0; :; # Install dependencies for release build +pip install --upgrade setuptools pip install wheel twine # Build and install theme and Docker image