summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 745d579..469b5b1 100644
--- a/setup.py
+++ b/setup.py
@@ -23,8 +23,6 @@ class Tox(Command):
test_require = ['tox', 'mock']
-if sys.version_info < (2, 7):
- test_require.append('unittest2')
here = os.path.abspath(os.path.dirname(__file__))
@@ -51,7 +49,6 @@ setup(
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
- "Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",