summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMark Roberts <wizzat@fb.com>2014-09-03 11:46:39 -0700
committerMark Roberts <wizzat@fb.com>2014-09-03 11:46:39 -0700
commit84a7add6da7d1e319c03e0f9758e15e8680c6c69 (patch)
treed37c27965820e8d01497ee9f4a6159df6ef7ed8a /tox.ini
parente889c8aef01e9a0b0fc55c433314041ad3dccb2a (diff)
downloadkafka-python-84a7add6da7d1e319c03e0f9758e15e8680c6c69.tar.gz
Fix the multiprocessing tests for python 3
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 0c74cc7..4d8abc8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,7 +9,7 @@ deps =
mock
python-snappy
commands =
- nosetests {posargs:-v --with-id --with-timer --timer-top-n 10 --with-coverage --cover-erase --cover-package kafka}
+ nosetests {posargs:-v --with-id --id-file={envdir}/.noseids --with-timer --timer-top-n 10 --with-coverage --cover-erase --cover-package kafka}
setenv =
PROJECT_ROOT = {toxinidir}