Skip to content

Commit

Permalink
Whoops, pytest, not py.test...
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Nov 11, 2022
1 parent a6499ef commit 7d1f438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ commands =

tests,safety: {envpython} -m pip install {toxinidir}

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/}
tests: {envpython} -m doctest {toxinidir}/README.rst

coverage: {envpython} -m coverage report --show-missing
Expand Down

0 comments on commit 7d1f438

Please sign in to comment.