Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit 73d04f1

Browse files
authored
Merge pull request #266 from Lukasa/update-pypy-builder
Use a newer PyPy builder.
2 parents c0e7fc8 + 6da2f4b commit 73d04f1

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
@@ -4,7 +4,7 @@ python:
44
- "2.7"
55
- "3.4"
66
- "3.5"
7-
- pypy
7+
- "pypy-5.3.1"
88

99
env:
1010
- TEST_RELEASE=false HYPER_FAST_PARSE=false
@@ -19,7 +19,7 @@ matrix:
1919
- env: TEST_RELEASE=true HYPER_FAST_PARSE=false
2020
exclude:
2121
- env: NGHTTP2=true
22-
python: pypy
22+
python: "pypy-5.3.1"
2323

2424
install:
2525
- ".travis/install.sh"

0 commit comments

Comments
 (0)