Skip to content
Snippets Groups Projects
Commit ff51e97d authored by Erik Reid's avatar Erik Reid
Browse files

use package name pytest instead of py.test

parent 88368078
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ deps =
commands =
coverage erase
coverage run --source inventory_provider -m py.test {posargs}
coverage run --source inventory_provider -m pytest {posargs}
coverage xml
coverage html
coverage report --fail-under 80
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment