summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Expand)AuthorAgeFilesLines
* Vendor six 1.10.0sixDana Powers2016-08-011-1/+0
* Move logging format config to tox.ini to avoid duplicate log capture in pytes...Dana Powers2016-03-131-0/+1
* Handle broken LZ4 framing; switch to lz4tools + xxhashlz4_fixupDana Powers2016-01-261-2/+2
* Add lz4 to tox environment depslz4Dana Powers2016-01-251-0/+2
* Drop sphinxcontrib-napoleon in favor of sphinx.ext.napoleanDana Powers2016-01-071-1/+0
* Dont pylint in pypy tests - it seems to take forever and doesn't add anythingDana Powers2016-01-031-0/+4
* Dont run pylint on python2.6 (pylint no longer supports)Dana Powers2016-01-031-2/+6
* Move pytest options to [pytest] tox sectionDana Powers2016-01-031-1/+6
* Use parameterized pytests in test_client_async; add pytest-mocker pluginDana Powers2016-01-031-0/+1
* Use pytest instead of nose for running tests via toxDana Powers2016-01-011-34/+9
* Add py35 to tox testingDana Powers2015-12-041-5/+7
* Add thread id to logging format to assist with debugging test failuresDana Powers2015-06-091-0/+1
* Fail fast in nosetestsDana Powers2015-06-081-1/+1
* Check response.error for async producerViktor Shlapakov2015-06-031-0/+1
* Added pylint.rc: ignoring SyncManager for pylintViktor Shlapakov2015-03-241-1/+1
* Use sphinx-apidoc to to generate API docsJohn Anderson2015-02-101-0/+1
* Allow better usage of docs locally.John Anderson2015-02-091-1/+11
* Removing traces of queue.pyDavid Arthur2015-02-031-1/+1
* Add six to tox.ini testing depsDana Powers2014-09-071-0/+1
* Fix the multiprocessing tests for python 3Mark Roberts2014-09-031-1/+1
* Make all unit tests pass on py3.3/3.4Bruno ReniƩ2014-09-031-1/+19
* Merge pull request #208 from dpkp/add_pylint_to_tox_iniDana Powers2014-08-261-1/+7
|\
| * Add pylint to tox.ini; test both kafka and test; default to error-checking on...Dana Powers2014-08-251-1/+7
* | Add test timers via nose-timer plugin; list the 10 slowest by defaultDana Powers2014-08-261-1/+2
|/
* Update tox.ini to use {posargs} to configure nosetests.Dana Powers2014-08-131-1/+1
* Add pypy back to tox.iniMark Roberts2014-05-011-1/+1
* Temporarily remove pypy supportMark Roberts2014-04-301-1/+1
* Various fixesMark Roberts2014-04-251-1/+1
* Fix Python 2.6 supportMark Roberts2014-04-231-1/+2
* Move kafka-src to servers/0.8.0/kafka-src, move test/resources to servers/0.8...Mark Roberts2014-04-231-3/+0
* Add python-snappy to tox dependencies. Fix snappy protocol testMark Roberts2014-04-091-0/+1
* Reinstate test_integrate, make test_protocol more explicit, create testutilMark Roberts2014-04-081-2/+4
* Remove test support for py26 since it's brokenMark Roberts2014-04-071-1/+1
* Fix py26 compatibility issue, add mock to toxMark Roberts2014-03-181-1/+3
* toxify all the tests and use xfail marksIvan Pouzyrevsky2013-06-071-1/+9
* Adhere to common python naming conventionsIvan Pouzyrevsky2013-06-071-0/+2