Skip to content

Commit

Permalink
travis: update PyPy jobs to use more recent versions
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-pierre committed Aug 12, 2019
1 parent 5b128e8 commit 5405d1e
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 5405d1e

Please sign in to comment.