aboutsummaryrefslogtreecommitdiffstats
path: root/ci_tools
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2017-04-17 08:14:34 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2017-04-17 08:44:13 -0700
commite8e7598ecc723dfa6bbbe91eada15d1a2bf9975e (patch)
tree21e51450484e2b6d4d8d0ffcd43add9e75e745e2 /ci_tools
parent3bb8c2f58cce5d738b860397ee98e216938df683 (diff)
downloadplatform_external_python_dateutil-e8e7598ecc723dfa6bbbe91eada15d1a2bf9975e.tar.gz
platform_external_python_dateutil-e8e7598ecc723dfa6bbbe91eada15d1a2bf9975e.tar.bz2
platform_external_python_dateutil-e8e7598ecc723dfa6bbbe91eada15d1a2bf9975e.zip
Remove pypy workaround in Travis, use newer version instead
Diffstat (limited to 'ci_tools')
-rw-r--r--ci_tools/pypy_upgrade.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/ci_tools/pypy_upgrade.sh b/ci_tools/pypy_upgrade.sh
deleted file mode 100644
index e66c025..0000000
--- a/ci_tools/pypy_upgrade.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/env bash
-# Need to install an upgraded version of pypy.
-if [ -f "$PYENV_ROOT/bin/pyenv" ]; then
- pushd "$PYENV_ROOT" && git pull && popd
-else
- rm -rf "$PYENV_ROOT" && git clone --depth 1 https://github.com/yyuu/pyenv.git "$PYENV_ROOT"
-fi
-
-"$PYENV_ROOT/bin/pyenv" install --skip-existing "pypy-$PYPY_VERSION"
-virtualenv --python="$PYENV_ROOT/versions/pypy-$PYPY_VERSION/bin/python" "$HOME/virtualenvs/pypy-$PYPY_VERSION"
-source "$HOME/virtualenvs/pypy-$PYPY_VERSION/bin/activate" \ No newline at end of file