ssl issue with python 2.7.12 on osx

This commit is contained in:
dickmao 2020-01-03 09:33:37 -05:00
parent 5a1d109622
commit 677003e142

View file

@ -13,8 +13,8 @@ if [ "x$TRAVIS_OS_NAME" = "xosx" ]; then
case "${TOXENV}" in
py27)
pyenv install -s 2.7.12
pyenv virtualenv -f 2.7.12 py27
pyenv install -s 2.7.13
pyenv virtualenv -f 2.7.13 py27
;;
py35)
pyenv install -s 3.5.2