Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 31f782b

Browse filesBrowse files
committed
upload fails on macOS due to too old SSL
1 parent ea1108f commit 31f782b
Copy full SHA for 31f782b

File tree

1 file changed

+4
-0
lines changed
Filter options

1 file changed

+4
-0
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+4Lines changed: 4 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.