Skip to content
Snippets Groups Projects
Commit 012e042a authored by Vladimir Keleshev's avatar Vladimir Keleshev
Browse files

Travis CI stopped supporting Python 2.5

parent 30aea075
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -20,7 +20,7 @@ Use `pip <http://pip-installer.org>`_ or easy_install::
Alternatively, you can use ``pep257.py`` source file
directly--it is self-contained.
 
**pep257** is tested with Python 2.5, 2.6, 2.7, 3.2, 3.3
**pep257** is tested with Python 2.6, 2.7, 3.2, 3.3
 
Example
-----------------------------------------------------------
Loading
Loading
Loading
Loading
@@ -4,7 +4,7 @@
# install tox" and then run "tox" from this directory.
 
[tox]
envlist = py25, py26, py27, py32, py33
envlist = py26, py27, py32, py33
 
[testenv]
commands = py.test --pep8
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment