From cc09ef6d7654c2d7509bd2a87cc586e64fe5e093 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Fri, 17 May 2019 22:16:12 +0200 Subject: [PATCH] Fixed Travis build --- .travis.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.sh b/.travis.sh index 89e8ce97e78..1e866526e8c 100755 --- a/.travis.sh +++ b/.travis.sh @@ -70,8 +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 +pip install --upgrade setuptools wheel twine # Build and install theme and Docker image python setup.py build sdist bdist_wheel --universal