summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMark Roberts <wizzat@gmail.com>2014-04-08 11:02:57 -0700
committerMark Roberts <wizzat@gmail.com>2014-04-08 11:02:57 -0700
commitd7c5bbf7d4c59d9fe58e96c53340be17392cfa02 (patch)
tree74bdd7fa474c6c555cf0eeb332722d7fec06c093 /tox.ini
parentf0def436c6c9499aa384d8a3fe5319e0c8b9d7da (diff)
downloadkafka-python-d7c5bbf7d4c59d9fe58e96c53340be17392cfa02.tar.gz
Reinstate test_integrate, make test_protocol more explicit, create testutil
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 4 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 8559fc0..436f3d9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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