aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.travis/install.sh2
1 files changed, 1 insertions, 1 deletions
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"