Skip to content

Commit

Permalink
Upgrade PyPy in Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Apr 19, 2019
1 parent d1f5780 commit ff59719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ python:
- 3.6
- &mainstream_python 3.7
- nightly
- &pypy3 pypy3.5
- &pypy3 pypy3.5-6.0.0

install:
- &upgrade_python_toolset pip install --upgrade 'pip<19' wheel setuptools
Expand Down Expand Up @@ -58,7 +58,7 @@ _helpers:
language: generic
python: *pypy3
env:
- &env_pypy3 PYTHON_VERSION=pypy3.5-5.10.0
- &env_pypy3 PYTHON_VERSION=pypy3.6-7.1.1
- &env_pyenv PYENV_ROOT="$HOME/.pyenv"
- &env_path PATH="$PYENV_ROOT/bin:$PATH"
before_install:
Expand Down

0 comments on commit ff59719

Please sign in to comment.