From a98dd16358ca7270075e89fd9f6384f245094c09 Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Sat, 7 May 2022 18:51:34 -0400 Subject: [PATCH] Add parallel flag to tox call in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4928a76..eb60430 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ source: ## Build Python source distribution package poetry build --format sdist test: ## Run the project testsuite(s) - poetry run tox --recreate + poetry run tox --recreate --parallel dev: ## Create the local dev environment poetry install