Skip to content

Commit

Permalink
Add support for PyPy3.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Dec 16, 2014
1 parent a6fcb74 commit 58af89b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ Changes
1.4.4 (unreleased)
------------------

- Adde 100% branch coverage (in addition to 100% statement coverage).
- Add support for PyPy3.

- Require 100% branch coverage (in addition to 100% statement coverage).

1.4.3 (2014-03-20)
------------------

- Added support for Python 3.4.
- Add support for Python 3.4.

1.4.2 (skipped)
---------------
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ envlist =
# Jython support pending 2.7 support, due 2012-07-15 or so. See:
# http://fwierzbicki.blogspot.com/2012/03/adconion-to-fund-jython-27.html
# py26,py27,py32,pypy,jython,coverage
py26,py27,py32,py33,py34,pypy,coverage,docs
py26,py27,pypy,py32,py33,py34,pypy3,coverage,docs

[testenv]
commands =
Expand Down

0 comments on commit 58af89b

Please sign in to comment.