diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-01-03 21:58:26 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-01-03 21:58:26 -0600 |
commit | 6539c8fa1df0f78f4fa489ba18a3d18cd814ecc0 (patch) | |
tree | ab6ceed1c8f1bd4f4bf8c69ac10ca12fa156971e | |
parent | 030c4ac7fe5a37aa9d3000af97ab4fd4a4dbad56 (diff) | |
download | cryptography-6539c8fa1df0f78f4fa489ba18a3d18cd814ecc0.tar.gz cryptography-6539c8fa1df0f78f4fa489ba18a3d18cd814ecc0.tar.bz2 cryptography-6539c8fa1df0f78f4fa489ba18a3d18cd814ecc0.zip |
install the right pypy for pypy-nocov as well
-rwxr-xr-x | .travis/install.sh | 2 |
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" |