Install wheel as a dependency for build

This commit is contained in:
squidfunk 2017-02-24 19:36:44 +01:00 committed by Martin Donath
parent 604be71a37
commit bf439d34b7

View File

@ -68,11 +68,14 @@ matrix:
- docker
# 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
install: ":"
# Install wheel for build
before_script: pip install wheel
# Perform build
script:
- python setup.py build sdist bdist_wheel --universal