Merge pull request #4513 from ThomasWaldmann/travis-py367-for-openssl11

travis: use py367 on macOS to get a python build with openssl1.1
This commit is contained in:
TW 2019-04-19 23:16:31 +02:00 committed by GitHub
commit c0905579b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,8 +33,8 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
pyenv global 3.5.3
;;
py36)
pyenv install 3.6.0
pyenv global 3.6.0
pyenv install 3.6.7 # minimum for homebrew to select openssl 1.1.x
pyenv global 3.6.7
;;
esac
pyenv rehash