Skip to content

Commit

Permalink
build: easier to run metasmoke on desired python version
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed May 3, 2024
1 parent 6b0cac5 commit 34af01d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ metacov: ## Run meta-coverage, measuring ourself.
COVERAGE_COVERAGE=yes tox -q $(ARGS)

metahtml: ## Produce meta-coverage HTML reports.
python igor.py combine_html
tox exec -q $(ARGS) -- python3 igor.py combine_html

metasmoke:
COVERAGE_TEST_CORES=ctrace ARGS="-e py39" make metacov metahtml
COVERAGE_TEST_CORES=ctrace ARGS="-e py39" make --keep-going metacov metahtml


##@ Requirements management
Expand Down

0 comments on commit 34af01d

Please # to comment.