Add 3.7-dev definition

As reported in https://github.com/travis-ci/travis-ci/issues/6599,
the "default" Python branch has moved on to "3.7-dev".
This commit is contained in:
Hiro Asari 2016-10-10 00:53:44 -04:00
parent ff67dc7036
commit a87877c381
2 changed files with 9 additions and 0 deletions

View file

@ -1655,6 +1655,11 @@ build_package_verify_py36() {
build_package_verify_py35 "$1" "${2:-3.6}" build_package_verify_py35 "$1" "${2:-3.6}"
} }
# Post-install check for Python 3.7.x
build_package_verify_py37() {
build_package_verify_py36 "$1" "${2:-3.7}"
}
build_package_ez_setup() { build_package_ez_setup() {
local ez_setup="ez_setup.py" local ez_setup="ez_setup.py"
rm -f "${ez_setup}" rm -f "${ez_setup}"

View file

@ -0,0 +1,4 @@
#require_gcc
install_package "openssl-1.0.2g" "https://www.openssl.org/source/openssl-1.0.2g.tar.gz#b784b1b3907ce39abf4098702dade6365522a253ad1552e267a9a0e89594aa33" mac_openssl --if has_broken_mac_openssl
install_package "readline-6.3" "https://ftpmirror.gnu.org/readline/readline-6.3.tar.gz#56ba6071b9462f980c5a72ab0023893b65ba6debb4eeb475d7a563dc65cafd43" standard --if has_broken_mac_readline
install_hg "Python-3.7-dev" "https://hg.python.org/cpython" "default" standard verify_py37 ensurepip