diff options
author | Taras Voinarovskyi <voyn1991@gmail.com> | 2018-02-21 23:05:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-21 23:05:31 +0200 |
commit | 0c0c7eae13f3b2b8e3ed7c443adef39cb6802a67 (patch) | |
tree | 2cb5e5660842baa9dcd08a7f716c3a4461f20de7 /tox.ini | |
parent | 92635d9bfff5593ba865003dd3010a0feb280140 (diff) | |
download | kafka-python-0c0c7eae13f3b2b8e3ed7c443adef39cb6802a67.tar.gz |
Use hardware accelerated CRC32C function if available (#1389)
* Use hardware accelerated CRC32C function if available
* Add doc notice of optional `crc32c` package
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ deps = python-snappy lz4 xxhash + crc32c py26: unittest2 commands = py.test {posargs:--pylint --pylint-rcfile=pylint.rc --pylint-error-types=EF --cov=kafka --cov-config=.covrc} |