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 27, 2014
1 parent ad5dd55 commit d6f3141
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,7 @@ env:
- TOXENV=py33
- TOXENV=py34
- TOXENV=pypy
- TOXENV=pypy3
install:
- travis_retry pip install tox
script:
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.rst
Expand Up @@ -4,6 +4,8 @@ Changes
4.1.0 (unreleased)
------------------

- Add support for PyPy3.

- Add support for Python 3.4.


Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
py26,py27,py33,py34,pypy
py26,py27,py33,py34,pypy,pypy3

[testenv]
commands =
Expand Down

0 comments on commit d6f3141

Please sign in to comment.