mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Install wheel as a dependency for build
This commit is contained in:
parent
604be71a37
commit
bf439d34b7
@ -68,11 +68,14 @@ matrix:
|
|||||||
- docker
|
- docker
|
||||||
|
|
||||||
# If we're not on a release branch, exit early and indicate success
|
# If we're not on a release branch, exit early and indicate success
|
||||||
#before_install: echo "$TRAVIS_BRANCH" | grep -qE "^[0-9.]+$" && exit 0
|
#before_install: echo "$TRAVIS_BRANCH" | grep -qE "^[0-9.]+$" && exit 0;
|
||||||
|
|
||||||
# Don't install anything, as we're only using the pre-built files
|
# Don't install anything, as we're only using the pre-built files
|
||||||
install: ":"
|
install: ":"
|
||||||
|
|
||||||
|
# Install wheel for build
|
||||||
|
before_script: pip install wheel
|
||||||
|
|
||||||
# Perform build
|
# Perform build
|
||||||
script:
|
script:
|
||||||
- python setup.py build sdist bdist_wheel --universal
|
- python setup.py build sdist bdist_wheel --universal
|
||||||
|
Loading…
x
Reference in New Issue
Block a user