From ae59061ebb073cf2b2d50b4350fda870c8586564 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 20 May 2017 22:35:10 -0700 Subject: Switch from 12.04 to 14.04 on travis (#3559) * Switch from 12.04 to 14.04 on travis * test? * fix for pyenv * sigh * try removing this entirely * one more try * empty commit to retrigger travis --- .travis/install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.travis') diff --git a/.travis/install.sh b/.travis/install.sh index 14c29dfe..3b6de00d 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -10,7 +10,7 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then brew outdated openssl || brew upgrade openssl # install pyenv - git clone --depth 1 https://github.com/yyuu/pyenv.git ~/.pyenv + git clone --depth 1 https://github.com/pyenv/pyenv ~/.pyenv PYENV_ROOT="$HOME/.pyenv" PATH="$PYENV_ROOT/bin:$PATH" eval "$(pyenv init -)" @@ -56,7 +56,8 @@ else # temporary pyenv installation to get latest pypy until the travis # container infra is upgraded if [[ "${TOXENV}" = pypy* ]]; then - git clone https://github.com/yyuu/pyenv.git ~/.pyenv + rm -rf ~/.pyenv + git clone https://github.com/pyenv/pyenv ~/.pyenv PYENV_ROOT="$HOME/.pyenv" PATH="$PYENV_ROOT/bin:$PATH" eval "$(pyenv init -)" -- cgit v1.2.3