summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorViktor Shlapakov <vshlapakov@gmail.com>2015-06-03 23:09:15 +0300
committerViktor Shlapakov <vshlapakov@gmail.com>2015-06-03 23:09:15 +0300
commit7d6f3f541e0c380c0600eb607d927ec8f8cc966f (patch)
tree9d858a24df0231433204e44738e2f5a9f1be8a66 /tox.ini
parent4474a50162f73aaabe770ee6dce9bd9b2110b2d5 (diff)
downloadkafka-python-7d6f3f541e0c380c0600eb607d927ec8f8cc966f.tar.gz
Check response.error for async producer
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index fba7d8e..e3e8568 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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 =