aboutsummaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-08-14 23:25:01 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-08-14 22:25:01 -0500
commit7c8ed9e306c4e83d7bba80e782794d4055851512 (patch)
tree43cda79513c6dd87409d304e4410f9f41990230a /.travis
parentf944c40c86c8af9917a596bfb7704a6f0af36acb (diff)
downloadcryptography-7c8ed9e306c4e83d7bba80e782794d4055851512.tar.gz
cryptography-7c8ed9e306c4e83d7bba80e782794d4055851512.tar.bz2
cryptography-7c8ed9e306c4e83d7bba80e782794d4055851512.zip
Get our travis from pypy (#3865)
* Get our travis from pypy * doh
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/install.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index ecdecea4..e65030f1 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -54,18 +54,6 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
pyenv rehash
python -m pip install --user virtualenv
else
- # temporary pyenv installation to get latest pypy until the travis
- # container infra is upgraded
- if [[ "${TOXENV}" = pypy* ]]; then
- rm -rf ~/.pyenv
- git clone https://github.com/pyenv/pyenv ~/.pyenv
- PYENV_ROOT="$HOME/.pyenv"
- PATH="$PYENV_ROOT/bin:$PATH"
- eval "$(pyenv init -)"
- pyenv install "$PYPY_VERSION"
- pyenv global "$PYPY_VERSION"
- fi
-
# download, compile, and install if it's not already present via travis
# cache
if [ -n "${OPENSSL}" ]; then