From 6539c8fa1df0f78f4fa489ba18a3d18cd814ecc0 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sun, 3 Jan 2016 21:58:26 -0600 Subject: install the right pypy for pypy-nocov as well --- .travis/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/install.sh b/.travis/install.sh index 499233d7..1807e06d 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -53,7 +53,7 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then else # temporary pyenv installation to get latest pypy before container infra upgrade # now using the -latest because of a segfault bug we're encountering in 2.6.1 - if [[ "${TOXENV}" == "pypy" ]]; then + if [[ "${TOXENV}" = pypy* ]]; then git clone https://github.com/yyuu/pyenv.git ~/.pyenv PYENV_ROOT="$HOME/.pyenv" PATH="$PYENV_ROOT/bin:$PATH" -- cgit v1.2.3