Skip to content

Commit

Permalink
Drop Python <= 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wichert committed Nov 5, 2014
1 parent fa96f6a commit 0d8e744
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions setup.py
Expand Up @@ -21,12 +21,13 @@
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.4",
"Programming Language :: Python :: 2.5",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Software Development :: Internationalization",
"Topic :: Software Development :: Localization",
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
py25,py26,py27,py32,jython,pypy,cover
py26,py27,py32,jython,pypy,cover

[testenv]
commands =
Expand All @@ -14,7 +14,7 @@ commands =

[testenv:cover]
basepython =
python2.6
python2.7
commands =
python setup.py nosetests --with-xunit --with-xcoverage
deps =
Expand Down

0 comments on commit 0d8e744

Please sign in to comment.