summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMark Roberts <wizzat@gmail.com>2014-04-09 02:11:39 -0700
committerMark Roberts <wizzat@gmail.com>2014-04-09 02:11:39 -0700
commit5c58151e6f3722be2b9a2af4aedf9caa70be7189 (patch)
tree8a50ebd535aea2048f4ee93e63d94036fa461a5a /tox.ini
parent115c20ced3b0b0cd3c2b0c3b62a58e3b8b4c1021 (diff)
downloadkafka-python-5c58151e6f3722be2b9a2af4aedf9caa70be7189.tar.gz
Add python-snappy to tox dependencies. Fix snappy protocol test
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 436f3d9..49df902 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,6 +5,7 @@ deps =
nose
coverage
mock
+ python-snappy
commands =
nosetests --with-coverage --cover-erase --cover-package kafka []
setenv =