Skip to content

Commit

Permalink
Test with PyPy 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored and reaperhulk committed Jun 8, 2015
1 parent 68b3b1e commit 74b0ea5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74b0ea5

Please sign in to comment.