Skip to content

Commit

Permalink
Note that PyPy3 support is blocked on a release of a fix for:
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Dec 26, 2014
1 parent 8526010 commit 2dac6e3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ python:
- 3.3
- 3.4
- pypy
# - pypy3
# PyPy3 support is pending release of a fix for:
# https://bitbucket.org/pypy/pypy/issue/1946
install:
- pip install . --use-mirrors
script:
Expand Down
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Changes
4.2.0 (unreleased)
------------------

- Add support for PyPy.
- Add support for PyPy. PyPy3 support is blocked on a release of a fix for:
https://bitbucket.org/pypy/pypy/issue/1946

- Add support for Python 3.4.

Expand Down
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
[tox]
envlist =
# PyPy3 support is pending release of a fix for:
# https://bitbucket.org/pypy/pypy/issue/1946
# py26,py27,py33,py34,pypy,pypy3
py26,py27,py33,py34,pypy

[testenv]
Expand Down

0 comments on commit 2dac6e3

Please sign in to comment.