Skip to content

Commit

Permalink
Revert "Add support for PyPy3."
Browse files Browse the repository at this point in the history
This reverts commit ca2de3c.
  • Loading branch information
Michael Howitz committed Sep 19, 2017
1 parent a189eff commit 279cd99
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,6 @@ python:
- 3.5
- 3.6
- pypy
- pypy3.5-5.8.0
install:
- pip install -U pip setuptools
- pip install -U coverage coveralls zope.testrunner
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.txt
Expand Up @@ -5,7 +5,7 @@ CHANGES
3.5 (unreleased)
----------------

- Add support for Python 3.6, PyPy2 and PyPy3.
- Add support for Python 3.6 and PyPy2.

- Drop support for Python 3.3.

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

[testenv]
commands =
Expand Down

0 comments on commit 279cd99

Please sign in to comment.