Fixed Travis build

This commit is contained in:
squidfunk 2019-05-17 22:16:12 +02:00
parent a7b6e1a2ec
commit cc09ef6d76

View File

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