Skip to content
Snippets Groups Projects
Commit 0d9f6f4e authored by Kevin Lyda's avatar Kevin Lyda
Browse files

Stop testing python 2.5.

parent 75dba515
No related branches found
No related tags found
No related merge requests found
......@@ -179,7 +179,6 @@ setup(
'Environment :: Console',
'License :: OSI Approved :: Apache Software License',
'Operating System :: POSIX',
'Programming Language :: Python :: 2.5',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
......
[tox]
envlist=py25,py26,py27,py32,pypy
envlist=py26,py27,py32,pypy
[testenv]
commands=python setup.py test
[testenv:py25]
deps=unittest2
[testenv:py26]
deps=unittest2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment