From ff3731ec05e4226b9bdf1d3648e25c2ba15a5dca Mon Sep 17 00:00:00 2001 From: squidfunk Date: Thu, 14 Sep 2017 12:00:51 +0200 Subject: [PATCH] Omit local installation on Travis, only build Docker image --- scripts/travis | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/travis b/scripts/travis index f7213886b..0d8792dd7 100755 --- a/scripts/travis +++ b/scripts/travis @@ -45,7 +45,6 @@ pip install wheel twine # Build and install theme and Docker image python setup.py build sdist bdist_wheel --universal -python setup.py install 2>/dev/null docker build -t $TRAVIS_REPO_SLUG . # Prepare build regression test