Skip to content

Commit 31f782b

Browse files
committedMay 12, 2018
upload fails on macOS due to too old SSL
1 parent ea1108f commit 31f782b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,10 @@ after_success: |
428428
set -x
429429
pip install twine
430430
431+
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
432+
pip install --upgrade pyOpenSSL
433+
fi
434+
431435
if [[ $ENABLE_CONTRIB == 0 ]]; then
432436
if [[ $ENABLE_HEADLESS == 0 ]]; then
433437
echo "This is default build. Deployment will be done to to PyPI entry opencv-python."

0 commit comments

Comments
 (0)
Please sign in to comment.