Skip to content

Commit af9b7db

Browse files
committed
Drop busted PyPy3 support.
1 parent 02bd6b8 commit af9b7db

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ env:
1212
- TOXENV=py33
1313
- TOXENV=py34
1414
- TOXENV=pypy
15-
- TOXENV=pypy3
1615
- TOXENV=cover
1716

1817
install:

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Change history
66

77
- Drop support for Python 2.6 and 3.2.
88

9-
- Add support for Python 3.4, 3.5, and PyPy3.
9+
- Add support for Python 3.4 and 3.5.
1010

1111
4.2 (2014-02-17)
1212
----------------

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py27,pypy,py33,py34,py35,pypy3,cover
3+
py27,pypy,py33,py34,py35,cover
44

55
[testenv]
66
deps =

0 commit comments

Comments
 (0)