Skip to content

Commit 34af01d

Browse files
committed
build: easier to run metasmoke on desired python version
1 parent 6b0cac5 commit 34af01d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ metacov: ## Run meta-coverage, measuring ourself.
7676
COVERAGE_COVERAGE=yes tox -q $(ARGS)
7777

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

8181
metasmoke:
82-
COVERAGE_TEST_CORES=ctrace ARGS="-e py39" make metacov metahtml
82+
COVERAGE_TEST_CORES=ctrace ARGS="-e py39" make --keep-going metacov metahtml
8383

8484

8585
##@ Requirements management

0 commit comments

Comments
 (0)