summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 09ec1e3a6d32fa611ff9b656203c1d1f3a8235f0 (plain)
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}