Remove deprecated runtime option from makefile

This commit is contained in:
Ethan Paul 2021-05-05 22:32:04 -04:00
parent f2ab91603a
commit 44b7238304
No known key found for this signature in database
GPG Key ID: D0E2CBF1245E92BF

View File

@ -30,7 +30,7 @@ source: ## Build Python source distribution package
poetry build --format sdist
test: ## Run the project testsuite(s)
poetry run tox --recreate --parallelize-locked-install=10
poetry run tox --recreate
dev: ## Create the local dev environment
poetry install -E poetry