Skip to content

Commit 591ca29

Browse files
authored
ci: Travis: use newer PyPy (#727)
1 parent db37f64 commit 591ca29

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
@@ -49,9 +49,9 @@ jobs:
4949
- postgresql
5050

5151
# pypy/pypy3: not included with coverage reports (much slower then).
52-
- python: pypy2.7-6.0
52+
- python: pypy
5353
env: TOXENV=pypy-dj111-sqlite_file
54-
- python: pypy3.5-6.0
54+
- python: pypy3
5555
env: TOXENV=pypy3-dj110-sqlite
5656

5757
- stage: test_release

0 commit comments

Comments
 (0)