install the right pypy for pypy-nocov as well
diff --git a/.travis/install.sh b/.travis/install.sh
index 499233d..1807e06 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -53,7 +53,7 @@
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"