aboutsummaryrefslogtreecommitdiffstats
path: root/.jenkins
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-05-26 10:41:30 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-05-26 09:41:30 -0500
commit2f29224beb96b6f55d2e0a12b7d6b86f8b57f377 (patch)
treee3aef29ea5f6d5de85ef3681b910b250a1196989 /.jenkins
parent139b25f2ba73bb34dfe1f100e64a11f17a83618d (diff)
downloadcryptography-2f29224beb96b6f55d2e0a12b7d6b86f8b57f377.tar.gz
cryptography-2f29224beb96b6f55d2e0a12b7d6b86f8b57f377.tar.bz2
cryptography-2f29224beb96b6f55d2e0a12b7d6b86f8b57f377.zip
Remove unused line from mac wheel builder (#3619)
Diffstat (limited to '.jenkins')
-rw-r--r--.jenkins/mac-wheel.sh1
1 files changed, 0 insertions, 1 deletions
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