Skip to content

Commit

Permalink
Note blocker for PyPy3.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Dec 24, 2014
1 parent b10ba73 commit dafac25
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,8 @@ python:
- 3.3
- 3.4
- pypy
# - pypy3
# 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
Expand Up @@ -4,7 +4,8 @@ Changes
4.0.0 (unreleased)
------------------

- Add support for PyPy.
- Add support for PyPy. (PyPy3 is pending 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
@@ -1,5 +1,8 @@
[tox]
envlist =
# pypy3 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 dafac25

Please sign in to comment.