Skip to content

Commit 0c21af9

Browse files
committed
More -ms.
1 parent 3afab8e commit 0c21af9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tox.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ setenv =
9898
COVERAGE_FILE={envtmpdir}/coverage-data
9999
commands =
100100
{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}
104104

105105
[testenv:docs-html]
106106
basepython = pypy3
@@ -143,6 +143,6 @@ passenv = CODECOV* CI
143143
setenv = {[testenv:coverage]setenv}
144144
commands =
145145
{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
148148
codecov --required --disable gcov --file {envtmpdir}/coverage.xml

0 commit comments

Comments
 (0)