Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit 06d987d

Browse files
committed
Dropping support for Python 3.2
1 parent 6c7562d commit 06d987d

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ matrix:
1313
env: TOXENV=py26
1414
- python: 2.7
1515
env: TOXENV=py27
16-
- python: 3.2
17-
env: TOXENV=py32
1816
- python: 3.3
1917
env: TOXENV=py33
2018
- python: 3.4

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ custom checks can be easily added, for example to cover
1010
NumPy `docstring conventions
1111
<https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt>`_.
1212

13-
**pep257** supports Python 2.6, 2.7, 3.2, 3.3, 3.4, 3.5, pypy and pypy3.
13+
**pep257** supports Python 2.6, 2.7, 3.3, 3.4, 3.5, pypy and pypy3.
1414

1515
Quick Start
1616
-----------

src/tests/test_pep257.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ def parse_errors(err):
103103
This is for test purposes only. All file names should be different.
104104
105105
"""
106-
print(err)
107106
result = {}
108107
py_ext = '.py'
109108
lines = err.split('\n')

0 commit comments

Comments
 (0)