Skip to content

Commit 6dd2a16

Browse files
committed
Travis: Upgrade pypy to a version that is based on 2.7.10
1 parent f66b1bd commit 6dd2a16

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ python:
1010
- '3.5-dev' # 3.5 development branch
1111
- '3.6-dev' # 3.6 development branch
1212
- 'nightly' # currently points to 3.7-dev
13-
- 'pypy'
13+
- 'pypy-5.3.1'
1414
- 'pypy3'
1515

1616
matrix:
@@ -19,7 +19,7 @@ matrix:
1919
- python: '3.5-dev' # 3.5 development branch
2020
- python: '3.6-dev' # 3.6 development branch
2121
- python: 'nightly'
22-
- python: 'pypy'
22+
- python: 'pypy-5.3.1'
2323
- python: 'pypy3'
2424

2525
cache: pip

0 commit comments

Comments
 (0)