Skip to content

Commit

Permalink
remove toxinidir
Browse files Browse the repository at this point in the history
  • Loading branch information
simontorres committed Jul 25, 2024
1 parent 20124fc commit 08dc2eb
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 '{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

0 comments on commit 08dc2eb

Please sign in to comment.