Skip to content

Commit 7d1f438

Browse files
committed
Whoops, pytest, not py.test...
1 parent a6499ef commit 7d1f438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ commands =
2222

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

25-
tests,coverage: {envpython} -m {env:MAYBE_COVERAGE:} py.test {posargs:{toxinidir}/sphinx_json_schema_spec/}
25+
tests,coverage: {envpython} -m {env:MAYBE_COVERAGE:} pytest {posargs:{toxinidir}/sphinx_json_schema_spec/}
2626
tests: {envpython} -m doctest {toxinidir}/README.rst
2727

2828
coverage: {envpython} -m coverage report --show-missing

0 commit comments

Comments
 (0)