Skip to content

Commit

Permalink
Merge pull request Pylons#3183 from Pylons/fix-pypy
Browse files Browse the repository at this point in the history
fix pypy by using a specific version
  • Loading branch information
mmerickel authored Oct 22, 2017
2 parents 6b23422 + a4f9de8 commit cc341a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ matrix:
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36
- python: pypy
# aws s3 ls s3://travis-python-archives/binaries/ubuntu/14.04/x86_64/ | grep 'pypy.*bz2$'
- python: pypy-5.4.1
env: TOXENV=pypy
- python: 3.5
env: TOXENV=py2-cover,py3-cover,coverage
Expand Down

0 comments on commit cc341a6

Please sign in to comment.