File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change
1
+ [run]
2
+ omit =
3
+ kafka/vendor/*
Original file line number Diff line number Diff line change @@ -21,18 +21,18 @@ deps =
21
21
xxhash
22
22
py26: unittest2
23
23
commands =
24
- py.test {posargs:--pylint --pylint-rcfile =pylint.rc --pylint-error-types =EF --cov =kafka}
24
+ py.test {posargs:--pylint --pylint-rcfile =pylint.rc --pylint-error-types =EF --cov =kafka -- cov-config =.covrc }
25
25
setenv =
26
26
PROJECT_ROOT = {toxinidir}
27
27
passenv = KAFKA_VERSION
28
28
29
29
[testenv:py26]
30
30
# pylint doesn't support python2.6
31
- commands = py.test {posargs:--cov =kafka}
31
+ commands = py.test {posargs:--cov =kafka -- cov-config =.covrc }
32
32
33
33
[testenv:pypy]
34
34
# pylint is super slow on pypy...
35
- commands = py.test {posargs:--cov =kafka}
35
+ commands = py.test {posargs:--cov =kafka -- cov-config =.covrc }
36
36
37
37
[testenv:docs]
38
38
deps =
You can’t perform that action at this time.
0 commit comments