diff --git a/src/travis/osx-x86_64-before-install.sh b/src/travis/osx-x86_64-before-install.sh index 181d8133..f9e3a422 100755 --- a/src/travis/osx-x86_64-before-install.sh +++ b/src/travis/osx-x86_64-before-install.sh @@ -18,6 +18,10 @@ echo "PYthon location:" which $python brew install openssl@1.1 > /dev/null brew info openssl@1.1 +echo "OpenSSL Lib" +ls -al /usr/local/opt/openssl@1.1/lib +echo "Local Lib" +ls -al /usr/local/lib # Compile latest OpenSSL #if [ ! -d openssl-$BUILD_OPENSSL_VERSION ]; then @@ -65,7 +69,6 @@ brew info openssl@1.1 #python=~/python/bin/python3 #pip=~/python/bin/pip3 - $python -V cd $whereibelong diff --git a/src/travis/windows-x86_64-before-install.sh b/src/travis/windows-x86_64-before-install.sh index e6642844..b27f2c1c 100755 --- a/src/travis/windows-x86_64-before-install.sh +++ b/src/travis/windows-x86_64-before-install.sh @@ -44,4 +44,5 @@ echo "PATH: $PATH" cd .. $python setup.py install echo "cd to $mypath..." +until cp -v /c/ssl/*.dll /c/Python37/DLLs; do echo "trying again..."; done cd $mypath