1 2 3 4 5 6 7 8 9 10 11 12 13
[tox] envlist = py26, py27, pypy [testenv] deps = unittest2 nose coverage mock python-snappy commands = nosetests {posargs:-v --with-id --with-coverage --cover-erase --cover-package kafka} setenv = PROJECT_ROOT = {toxinidir}