Skip to content

Commit

Permalink
remove python -m statement
Browse files Browse the repository at this point in the history
  • Loading branch information
simontorres committed Jul 25, 2024
1 parent 08dc2eb commit 6b3e3a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ deps =

commands =
pip freeze
python -m pytest --pyargs goodman_pipeline {posargs}
cov: python -m pytest --pyargs goodman_pipeline --cov goodman_pipeline {posargs}
pytest --pyargs goodman_pipeline {posargs}
cov: pytest --pyargs goodman_pipeline --cov goodman_pipeline {posargs}
cov: coverage xml -o '{toxinidir}/coverage.xml'
html: coverage html -d .coverage_html

0 comments on commit 6b3e3a5

Please sign in to comment.