diff --git a/tox.ini b/tox.ini index c3390d45..08c76036 100644 --- a/tox.ini +++ b/tox.ini @@ -23,7 +23,7 @@ deps = commands = pip freeze - python -m pytest --pyargs '{toxinidir}' {posargs} - cov: python -m pytest --pyargs '{toxinidir}' --cov goodman_pipeline {posargs} + python -m pytest --pyargs goodman_pipeline {posargs} + cov: python -m pytest --pyargs goodman_pipeline --cov goodman_pipeline {posargs} cov: coverage xml -o '{toxinidir}/coverage.xml' html: coverage html -d .coverage_html \ No newline at end of file