diff options
author | Mark Roberts <wizzat@gmail.com> | 2014-04-08 11:02:57 -0700 |
---|---|---|
committer | Mark Roberts <wizzat@gmail.com> | 2014-04-08 11:02:57 -0700 |
commit | d7c5bbf7d4c59d9fe58e96c53340be17392cfa02 (patch) | |
tree | 74bdd7fa474c6c555cf0eeb332722d7fec06c093 /tox.ini | |
parent | f0def436c6c9499aa384d8a3fe5319e0c8b9d7da (diff) | |
download | kafka-python-d7c5bbf7d4c59d9fe58e96c53340be17392cfa02.tar.gz |
Reinstate test_integrate, make test_protocol more explicit, create testutil
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -2,9 +2,11 @@ envlist = py27 [testenv] deps = - pytest + nose + coverage mock -commands = py.test --basetemp={envtmpdir} [] +commands = + nosetests --with-coverage --cover-erase --cover-package kafka [] setenv = PROJECT_ROOT = {toxinidir} KAFKA_ROOT = {toxinidir}/kafka-src |