Skip to content

Commit

Permalink
build: coverage debug sys,pybehave during tox
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Oct 17, 2024
1 parent e395d72 commit 9dadb68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ commands =
# Build the C extension and test with the CTracer
python setup.py --quiet build_ext --inplace
python -m pip install {env:COVERAGE_PIP_ARGS} -q -e .
python -m coverage debug sys
python -m coverage debug pybehave
python igor.py test_with_core ctrace {posargs}

py3{12,13,14},anypy: python igor.py test_with_core sysmon {posargs}
Expand Down

0 comments on commit 9dadb68

Please sign in to comment.