# HG changeset patch # User Alex Gaynor <alex.gaynor@gmail.com> # Date 1595301098 14400 # Mon Jul 20 23:11:38 2020 -0400 # Node ID 559cb28808491a33757df0fb2ca5e3c45e0b4e5f # Parent 4c316f2913660d4e150ac1150466be36a0f07e54 Remove from nonsense from travis script that I think is unused (#5334) diff --git a/.travis/run.sh b/.travis/run.sh --- a/.travis/run.sh +++ b/.travis/run.sh @@ -2,11 +2,6 @@ SCRIPT_DIR=$(dirname "${BASH_SOURCE[0]}") -if [[ "${TOXENV}" == "pypy" ]]; then - PYENV_ROOT="$HOME/.pyenv" - PATH="$PYENV_ROOT/bin:$PATH" - eval "$(pyenv init -)" -fi if [ -n "${LIBRESSL}" ]; then LIBRESSL_DIR="ossl-2/${LIBRESSL}" export CFLAGS="-Werror -Wno-error=deprecated-declarations -Wno-error=discarded-qualifiers -Wno-error=unused-function -I$HOME/$LIBRESSL_DIR/include"