Skip to content

Commit

Permalink
Merge pull request #1670 from reaperhulk/pypy25
Browse files Browse the repository at this point in the history
use pypy 2.5 on our os x builders
  • Loading branch information
alex committed Feb 17, 2015
2 parents 0be5ef9 + 4d9a2c9 commit fb20a42
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 @@ -46,8 +46,8 @@ if [[ "$DARWIN" = true ]]; then
;;
pypy)
brew upgrade pyenv
pyenv install pypy-2.4.0
pyenv global pypy-2.4.0
pyenv install pypy-2.5.0
pyenv global pypy-2.5.0
;;
pypy3)
brew upgrade pyenv
Expand Down

0 comments on commit fb20a42

Please sign in to comment.