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

Use a newer PyPy builder. #266

Merged
merged 2 commits into from
Aug 5, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ python:
- "2.7"
- "3.4"
- "3.5"
- pypy
- "pypy-5.3.1"

env:
- TEST_RELEASE=false HYPER_FAST_PARSE=false
Expand All @@ -19,7 +19,7 @@ matrix:
- env: TEST_RELEASE=true HYPER_FAST_PARSE=false
exclude:
- env: NGHTTP2=true
python: pypy
python: "pypy-5.3.1"

install:
- ".travis/install.sh"
Expand Down