diff options
author | Dana Powers <dana.powers@gmail.com> | 2016-01-26 20:35:22 -0800 |
---|---|---|
committer | Dana Powers <dana.powers@gmail.com> | 2016-01-26 21:51:29 -0800 |
commit | f08ec792ee93fd059e81ee1e30f5651c15f69e85 (patch) | |
tree | 6698c6b28681d35edbfe5ca9ff385c8664f33ee1 /tox.ini | |
parent | 66284e57accec5977d606fc91a0b28177b352eb4 (diff) | |
download | kafka-python-f08ec792ee93fd059e81ee1e30f5651c15f69e85.tar.gz |
Handle broken LZ4 framing; switch to lz4tools + xxhashlz4_fixup
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 = |