File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -98,9 +98,9 @@ setenv =
98
98
COVERAGE_FILE ={envtmpdir}/coverage-data
99
99
commands =
100
100
{envpython} -m pip install ' {toxinidir}[format]'
101
- {envbindir}/ coverage run --rcfile ={toxinidir}/.coveragerc {envbindir}/ trial jsonschema
102
- {envbindir}/ coverage report --rcfile ={toxinidir}/.coveragerc --show-missing
103
- {envbindir}/ coverage html --directory ={envtmpdir}/htmlcov --rcfile ={toxinidir}/.coveragerc {posargs}
101
+ {envpython} -m coverage run --rcfile ={toxinidir}/.coveragerc -m twisted. trial jsonschema
102
+ {envpython} -m coverage report --rcfile ={toxinidir}/.coveragerc --show-missing
103
+ {envpython} -m coverage html --directory ={envtmpdir}/htmlcov --rcfile ={toxinidir}/.coveragerc {posargs}
104
104
105
105
[testenv:docs-html]
106
106
basepython = pypy3
@@ -143,6 +143,6 @@ passenv = CODECOV* CI
143
143
setenv = {[testenv:coverage]setenv}
144
144
commands =
145
145
{envpython} -m pip install ' {toxinidir}[format]'
146
- {envbindir}/ coverage run --rcfile ={toxinidir}/.coveragerc {envbindir}/ trial jsonschema
147
- {envbindir}/ coverage xml -o {envtmpdir}/coverage.xml
146
+ {envpython} -m coverage run --rcfile ={toxinidir}/.coveragerc -m twisted. trial jsonschema
147
+ {envpython} -m coverage xml -o {envtmpdir}/coverage.xml
148
148
codecov --required --disable gcov --file {envtmpdir}/coverage.xml
You can’t perform that action at this time.
0 commit comments