Skip to content

Commit 8660b61

Browse files
committed
reduce verbosity
1 parent 70988b9 commit 8660b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis_config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function bdist_wheel_cmd {
1414
# copied from multibuild's common_utils.sh
1515
# add osx deployment target so it doesnt default to 10.6
1616
local abs_wheelhouse=$1
17-
CI_BUILD=1 pip wheel --wheel-dir="$PWD/dist" . --verbose $BDIST_PARAMS
17+
CI_BUILD=1 pip wheel --wheel-dir="$PWD/dist" . $BDIST_PARAMS
1818
cp dist/*.whl $abs_wheelhouse
1919
if [ -z "$IS_OSX" ]; then
2020
/opt/python/cp37-cp37m/bin/python patch_auditwheel_whitelist.py

0 commit comments

Comments
 (0)