We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6499ef commit 7d1f438Copy full SHA for 7d1f438
tox.ini
@@ -22,7 +22,7 @@ commands =
22
23
tests,safety: {envpython} -m pip install {toxinidir}
24
25
- tests,coverage: {envpython} -m {env:MAYBE_COVERAGE:} py.test {posargs:{toxinidir}/sphinx_json_schema_spec/}
+ tests,coverage: {envpython} -m {env:MAYBE_COVERAGE:} pytest {posargs:{toxinidir}/sphinx_json_schema_spec/}
26
tests: {envpython} -m doctest {toxinidir}/README.rst
27
28
coverage: {envpython} -m coverage report --show-missing
0 commit comments