summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJianbin Wei <jianbin-wei@users.noreply.github.com>2017-06-16 22:58:58 -0700
committerDana Powers <dana.powers@gmail.com>2017-06-16 22:58:58 -0700
commitb1a6d3301f0ed997e937dcc3b09a3cff27360cff (patch)
tree081d369e854c4ae81b73d52f703a69ef1cdaad97 /setup.py
parent72205c469297c9daca6f3a3b803a0c72f4055cfa (diff)
downloadkafka-python-b1a6d3301f0ed997e937dcc3b09a3cff27360cff.tar.gz
Add kafka 0.10.2.1 into integration testing version (#1096)
* Add kafka 0.10.2.1 into integration testing version * Disable tests for python 2.6 and kafka 0.8.0 and 0.8.1.1 * Remove references to python 2.6 support
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",