Skip to content

Commit

Permalink
Merge pull request #1813 from benoit-pierre/updated_travis_pypy
Browse files Browse the repository at this point in the history
travis: update PyPy jobs to use more recent versions
  • Loading branch information
mergify[bot] authored Aug 12, 2019
2 parents 5b128e8 + 5405d1e commit af87189
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 @@ -8,9 +8,9 @@ jobs:
python: 2.7
- <<: *latest_py2
env: LANG=C
- python: pypy2.7-6.0.0
- python: pypy
env: DISABLE_COVERAGE=1 # Don't run coverage on pypy (too slow).
- python: pypy3.5-6.0.0
- python: pypy3
env: DISABLE_COVERAGE=1
- python: 3.4
- python: 3.5
Expand Down

0 comments on commit af87189

Please sign in to comment.