aboutsummaryrefslogtreecommitdiffstats
path: root/.travis/install.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis/install.sh')
-rwxr-xr-x.travis/install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index 7c3e9de2..9db27437 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -35,8 +35,8 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
;;
pypy)
brew outdated pyenv || brew upgrade pyenv
- pyenv install pypy-2.5.1
- pyenv global pypy-2.5.1
+ pyenv install pypy-2.6.0
+ pyenv global pypy-2.6.0
;;
pypy3)
brew outdated pyenv || brew upgrade pyenv