From 3d617ba270780589beaabeda12904c58a32834e1 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Thu, 14 Sep 2017 12:19:45 +0200 Subject: [PATCH] Don't try to uninstall packages on Travis --- scripts/travis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/travis b/scripts/travis index 0d8792dd7..ac344ea19 100755 --- a/scripts/travis +++ b/scripts/travis @@ -41,7 +41,7 @@ fi echo "$TRAVIS_BRANCH" | grep -qvE "^[0-9.]+$" && exit 0; :; # Install dependencies for release build -pip install wheel twine +pip install --ignore-installed wheel twine # Build and install theme and Docker image python setup.py build sdist bdist_wheel --universal