summaryrefslogtreecommitdiff
path: root/tox.ini
blob: f41911c621a40d7f06ab5b09a8652df1a49bc6be (plain)
1
2
3
4
5
6
7
8
9
10
[tox]
envlist = py26, py27
[testenv]
deps = pytest
commands = py.test --basetemp={envtmpdir} []
setenv =
    PROJECT_ROOT = {toxinidir}
    KAFKA_ROOT = {toxinidir}/kafka-src
[pytest]
norecursedirs = .git .tox build dist kafka-src