diff --git a/setup.py b/setup.py
index 48dfdd0c327caaefe6842efb47dc916d8c661959..0bd1620614bc3df1fe199aefa78206d42a8e35f2 100755
--- a/setup.py
+++ b/setup.py
@@ -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',
diff --git a/tox.ini b/tox.ini
index 091cfbadede0018c1f945abae669b5c1b73fd7c8..62e98eb3f461fc244b8391514d3ac4475605c07c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,11 +1,8 @@
[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