Skip to content

Commit

Permalink
Update pypy to last released version. (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmctv authored and reaperhulk committed Aug 19, 2016
1 parent 7aea374 commit bce310e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ if [[ "${TOXENV}" == "pypy" ]]; then
PYENV_ROOT="$HOME/.pyenv"
PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
pyenv install pypy-4.0.1
pyenv global pypy-4.0.1
pyenv install pypy-5.3.1
pyenv global pypy-5.3.1
fi

pip install -U tox coveralls
2 changes: 1 addition & 1 deletion .travis/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [[ "${TOXENV}" == "pypy" ]]; then
PYENV_ROOT="$HOME/.pyenv"
PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
pyenv global pypy-4.0.1
pyenv global pypy-5.3.1
fi

tox

0 comments on commit bce310e

Please sign in to comment.