1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-11 04:53:47 -05:00

Refactor test code of python-build. Use curl during tests by default

This commit is contained in:
Yamashita, Yuu
2018-04-26 02:06:57 +00:00
parent 098fb9f07a
commit b3ba0fd7e3
7 changed files with 3 additions and 10 deletions

View File

@@ -6,7 +6,6 @@ export MAKE=make
export MAKE_OPTS="-j 2"
export CC=cc
export -n PYTHON_CONFIGURE_OPTS
export PYTHON_BUILD_HTTP_CLIENT="curl"
setup() {
mkdir -p "$INSTALL_ROOT"