Omit local installation on Travis, only build Docker image

This commit is contained in:
squidfunk
2017-09-14 12:00:51 +02:00
committed by Martin Donath
parent 94d0e888cf
commit efd6efc855

View File

@@ -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