浏览代码

travis: use py367 on macOS to get a python build with openssl1.1

Thomas Waldmann 6 年之前
父节点
当前提交
8fb72365fa
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .travis/install.sh

+ 2 - 2
.travis/install.sh

@@ -33,8 +33,8 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
             pyenv global 3.5.3
             pyenv global 3.5.3
             ;;
             ;;
         py36)
         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
     esac
     pyenv rehash
     pyenv rehash