Remove references to deprecated "py.test"

This commit is contained in:
David Sanders
2018-06-04 16:36:02 -06:00
parent 8352ad5afa
commit 32c8c981f2
3 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ ignore=
[testenv]
usedevelop=True
commands=
core: py.test {posargs:tests/core}
core: pytest {posargs:tests/core}
doctest: make -C {toxinidir}/docs doctest
basepython =
doctest: python