mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed Travis build
This commit is contained in:
@@ -70,8 +70,7 @@ fi
|
|||||||
echo "${TRAVIS_BRANCH}" | grep -qvE "^[0-9.]+$" && exit 0; :;
|
echo "${TRAVIS_BRANCH}" | grep -qvE "^[0-9.]+$" && exit 0; :;
|
||||||
|
|
||||||
# Install dependencies for release build
|
# Install dependencies for release build
|
||||||
pip install --upgrade setuptools
|
pip install --upgrade setuptools wheel twine
|
||||||
pip install wheel twine
|
|
||||||
|
|
||||||
# Build and install theme and Docker image
|
# Build and install theme and Docker image
|
||||||
python setup.py build sdist bdist_wheel --universal
|
python setup.py build sdist bdist_wheel --universal
|
||||||
|
|||||||
Reference in New Issue
Block a user