Skip to content

Commit 7ace7af

Browse files
authored
ci: Travis use newer PyPy (#10)
1 parent 96bfeae commit 7ace7af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
env: TOXENV=py37-coverage
2020
- python: '3.8-dev'
2121
env: TOXENV=py38-coverage
22-
- python: 'pypy2.7-6.0'
22+
- python: 'pypy'
2323
env: TOXENV=pypy-coverage
24-
- python: 'pypy3.5-6.0'
24+
- python: 'pypy3'
2525
env: TOXENV=pypy3-coverage
2626
# Fails currently badly.
2727
# - python: '3.7'

0 commit comments

Comments
 (0)