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

Commit

Permalink
Merge pull request #266 from Lukasa/update-pypy-builder
Browse files Browse the repository at this point in the history
Use a newer PyPy builder.
  • Loading branch information
Lukasa committed Aug 5, 2016
2 parents c0e7fc8 + 6da2f4b commit 73d04f1
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 73d04f1

Please sign in to comment.