diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2017-05-26 10:41:30 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-05-26 09:41:30 -0500 |
commit | 2f29224beb96b6f55d2e0a12b7d6b86f8b57f377 (patch) | |
tree | e3aef29ea5f6d5de85ef3681b910b250a1196989 | |
parent | 139b25f2ba73bb34dfe1f100e64a11f17a83618d (diff) | |
download | cryptography-2f29224beb96b6f55d2e0a12b7d6b86f8b57f377.tar.gz cryptography-2f29224beb96b6f55d2e0a12b7d6b86f8b57f377.tar.bz2 cryptography-2f29224beb96b6f55d2e0a12b7d6b86f8b57f377.zip |
Remove unused line from mac wheel builder (#3619)
-rw-r--r-- | .jenkins/mac-wheel.sh | 1 |
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 |