From 2f29224beb96b6f55d2e0a12b7d6b86f8b57f377 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 26 May 2017 10:41:30 -0400 Subject: Remove unused line from mac wheel builder (#3619) --- .jenkins/mac-wheel.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.jenkins/mac-wheel.sh b/.jenkins/mac-wheel.sh index 7d4a72c0..0db7a7b9 100644 --- a/.jenkins/mac-wheel.sh +++ b/.jenkins/mac-wheel.sh @@ -9,7 +9,6 @@ export PATH=/usr/local/bin:$PATH # pyenv is nothing but trouble with non-interactive shells so we can't # eval "$(pyenv init -)" export PATH="/Users/jenkins/.pyenv/shims:${PATH}" -export PYENV_SHELL=bash # TODO: upgrade wheel builder VM and run it on El Cap with python.org Pythons. if [[ "${label}" == "10.10" ]]; then -- cgit v1.2.3