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

Commit 012e042

Browse files
author
Vladimir Keleshev
committed
Travis CI stopped supporting Python 2.5
1 parent 30aea07 commit 012e042

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Use `pip <http://pip-installer.org>`_ or easy_install::
2020
Alternatively, you can use ``pep257.py`` source file
2121
directly--it is self-contained.
2222

23-
**pep257** is tested with Python 2.5, 2.6, 2.7, 3.2, 3.3
23+
**pep257** is tested with Python 2.6, 2.7, 3.2, 3.3
2424

2525
Example
2626
-----------------------------------------------------------

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# install tox" and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py25, py26, py27, py32, py33
7+
envlist = py26, py27, py32, py33
88

99
[testenv]
1010
commands = py.test --pep8

0 commit comments

Comments
 (0)