From 707038db64c92d1524381e4b6c292079b422f4d5 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Thu, 14 Sep 2017 12:24:50 +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 ac344ea19..fd83e16bd 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 --ignore-installed wheel twine +pip install --ignore-installed twine # Build and install theme and Docker image python setup.py build sdist bdist_wheel --universal