diff --git a/tox.ini b/tox.ini index 2d6c4e82..b3f32249 100644 --- a/tox.ini +++ b/tox.ini @@ -22,7 +22,7 @@ deps = cov: mock commands = - pytest --pyargs '{toxinidir}/goodman_pipeline' {posargs} - cov: pytest --pyargs '{toxinidir}/goodman_pipeline' --cov goodman_pipeline {posargs} + pytest --pyargs '{toxinidir}' {posargs} + cov: pytest --pyargs '{toxinidir}' --cov goodman_pipeline {posargs} cov: coverage xml -o '{toxinidir}/coverage.xml' html: coverage html -d .coverage_html \ No newline at end of file