Skip to content

Commit

Permalink
Merge pull request #137 from tomato42/pypy
Browse files Browse the repository at this point in the history
make pypy and pypy3 support official
  • Loading branch information
tomato42 committed Oct 14, 2019
2 parents 1db6b3c + 3691b11 commit 4e7f373
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ matrix:
env: TOX_ENV=pypy
- python: pypy3
env: TOX_ENV=pypy3
allow_failures:
- python: "pypy3"

install:
- pip list
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ it would not be too hard to add more.
## Dependencies

This library uses only Python and the 'six' package. It is compatible with
Python 2.6, 2.7 and 3.3+.
Python 2.6, 2.7 and 3.3+. It also supports execution on the alternative
implementaions like pypy and pypy3

To run the OpenSSL compatibility tests, the 'openssl' tool must be on your
$PATH. This release has been tested successfully against both OpenSSL 0.9.8o
Expand Down

0 comments on commit 4e7f373

Please sign in to comment.