summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDana Powers <dana.powers@gmail.com>2016-08-04 15:39:29 -0700
committerDana Powers <dana.powers@gmail.com>2016-08-04 16:28:13 -0700
commit8d19caeb369698264b01d69874878c5574eeb6c9 (patch)
treeea289a493fd41f0e78d5bdddde824a96ce5b38d5 /tox.ini
parentc061b9b6481f59bd6972dc881ef0fbd8c6dd30ad (diff)
downloadkafka-python-8d19caeb369698264b01d69874878c5574eeb6c9.tar.gz
Dont include kafka.vendor in coveragefixture_auto_ports
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index e98fcbb..817b57b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -21,18 +21,18 @@ deps =
xxhash
py26: unittest2
commands =
- py.test {posargs:--pylint --pylint-rcfile=pylint.rc --pylint-error-types=EF --cov=kafka}
+ py.test {posargs:--pylint --pylint-rcfile=pylint.rc --pylint-error-types=EF --cov=kafka --cov-config=.covrc}
setenv =
PROJECT_ROOT = {toxinidir}
passenv = KAFKA_VERSION
[testenv:py26]
# pylint doesn't support python2.6
-commands = py.test {posargs:--cov=kafka}
+commands = py.test {posargs:--cov=kafka --cov-config=.covrc}
[testenv:pypy]
# pylint is super slow on pypy...
-commands = py.test {posargs:--cov=kafka}
+commands = py.test {posargs:--cov=kafka --cov-config=.covrc}
[testenv:docs]
deps =