Commit 3a797435 authored by Benoit Pierre's avatar Benoit Pierre

travis: update PyPy 3 job to latest supported version

parent bd3d72b0
...@@ -10,7 +10,7 @@ jobs: ...@@ -10,7 +10,7 @@ jobs:
env: LANG=C env: LANG=C
- python: pypy2.7-6.0.0 - python: pypy2.7-6.0.0
env: DISABLE_COVERAGE=1 # Don't run coverage on pypy (too slow). env: DISABLE_COVERAGE=1 # Don't run coverage on pypy (too slow).
- python: pypy3 - python: pypy3.5-6.0.0
env: DISABLE_COVERAGE=1 env: DISABLE_COVERAGE=1
- python: 3.4 - python: 3.4
- python: 3.5 - python: 3.5
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment