From 8f6096cc755fc8a968675144791169a50588ac5b Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 26 Sep 2014 10:05:48 -0400 Subject: Remove (apparently) unneeded line --- .travis/install.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.travis/install.sh b/.travis/install.sh index 0105fc4f..0c64ba93 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -33,7 +33,10 @@ if [[ "${TOX_ENV}" == "docs" ]]; then fi if [[ "$DARWIN" = true ]]; then - if which pyenv > /dev/null; then eval "$(pyenv init -)"; fi + if which pyenv > /dev/null; then + eval "$(pyenv init -)" + fi + case "${TOX_ENV}" in py26) curl -O https://bootstrap.pypa.io/get-pip.py @@ -107,7 +110,3 @@ fi virtualenv ~/.venv source ~/.venv/bin/activate pip install tox coveralls - -if [[ "$DARWIN" = true ]]; then - pyenv rehash -fi -- cgit v1.2.3