summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDana Powers <dana.powers@gmail.com>2016-01-26 20:35:22 -0800
committerDana Powers <dana.powers@gmail.com>2016-01-26 21:51:29 -0800
commitf08ec792ee93fd059e81ee1e30f5651c15f69e85 (patch)
tree6698c6b28681d35edbfe5ca9ff385c8664f33ee1 /tox.ini
parent66284e57accec5977d606fc91a0b28177b352eb4 (diff)
downloadkafka-python-f08ec792ee93fd059e81ee1e30f5651c15f69e85.tar.gz
Handle broken LZ4 framing; switch to lz4tools + xxhashlz4_fixup
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 4ead9e3..ce7feee 100644
--- a/tox.ini
+++ b/tox.ini
@@ -16,8 +16,8 @@ deps =
pytest-mock
mock
python-snappy
- py{26,27,33,34,35}: lz4
- pypy: lz4-cffi
+ lz4tools
+ xxhash
py{26,27}: six
py26: unittest2
commands =