diff options
author | David Arthur <mumrah@gmail.com> | 2015-02-03 19:52:04 -0500 |
---|---|---|
committer | David Arthur <mumrah@gmail.com> | 2015-02-03 19:52:04 -0500 |
commit | c00dc274f9e35948221b2a4f6eb26c2b293aa93e (patch) | |
tree | d7b0a3d0061081cfe0882b559964797e55546025 /tox.ini | |
parent | a4219999926b11d059382d17bd7f495b362c517c (diff) | |
download | kafka-python-c00dc274f9e35948221b2a4f6eb26c2b293aa93e.tar.gz |
Removing traces of queue.py
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,4 +36,4 @@ deps = unittest2 mock pylint -commands = pylint {posargs: -E --ignore=queue.py kafka test} +commands = pylint {posargs: -E kafka test} |