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 /tox.ini | |
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 'tox.ini')
-rw-r--r-- | tox.ini | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = py{26,27,34,35,36,py}, docs +envlist = py{27,34,35,36,py}, docs [pytest] testpaths = kafka test @@ -19,17 +19,12 @@ deps = python-snappy lz4 xxhash - py26: unittest2 commands = py.test {posargs:--pylint --pylint-rcfile=pylint.rc --pylint-error-types=EF --cov=kafka --cov-config=.covrc} setenv = PROJECT_ROOT = {toxinidir} passenv = KAFKA_VERSION -[testenv:py26] -# pylint doesn't support python2.6 -commands = py.test {posargs:--cov=kafka --cov-config=.covrc} - [testenv:pypy] # pylint is super slow on pypy... commands = py.test {posargs:--cov=kafka --cov-config=.covrc} |