diff options
author | Jianbin Wei <jianbin-wei@users.noreply.github.com> | 2017-06-16 22:58:58 -0700 |
---|---|---|
committer | Dana Powers <dana.powers@gmail.com> | 2017-06-16 22:58:58 -0700 |
commit | b1a6d3301f0ed997e937dcc3b09a3cff27360cff (patch) | |
tree | 081d369e854c4ae81b73d52f703a69ef1cdaad97 /setup.py | |
parent | 72205c469297c9daca6f3a3b803a0c72f4055cfa (diff) | |
download | kafka-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.py | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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", |