We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea1108f commit 31f782bCopy full SHA for 31f782b
1 file changed
.travis.yml
@@ -428,6 +428,10 @@ after_success: |
428
set -x
429
pip install twine
430
431
+ if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
432
+ pip install --upgrade pyOpenSSL
433
+ fi
434
+
435
if [[ $ENABLE_CONTRIB == 0 ]]; then
436
if [[ $ENABLE_HEADLESS == 0 ]]; then
437
echo "This is default build. Deployment will be done to to PyPI entry opencv-python."
0 commit comments