diff options
author | Viktor Shlapakov <vshlapakov@gmail.com> | 2015-06-03 23:09:15 +0300 |
---|---|---|
committer | Viktor Shlapakov <vshlapakov@gmail.com> | 2015-06-03 23:09:15 +0300 |
commit | 7d6f3f541e0c380c0600eb607d927ec8f8cc966f (patch) | |
tree | 9d858a24df0231433204e44738e2f5a9f1be8a66 /tox.ini | |
parent | 4474a50162f73aaabe770ee6dce9bd9b2110b2d5 (diff) | |
download | kafka-python-7d6f3f541e0c380c0600eb607d927ec8f8cc966f.tar.gz |
Check response.error for async producer
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ commands = nosetests {posargs:-v --with-id --id-file={envdir}/.noseids --with-timer --timer-top-n 10 --with-coverage --cover-erase --cover-package kafka} setenv = PROJECT_ROOT = {toxinidir} +passenv = KAFKA_VERSION [testenv:py33] deps = |