mirror of
https://github.com/enpaul/tox-poetry-installer.git
synced 2024-10-29 19:47:00 +00:00
Remove deprecated runtime option from makefile
This commit is contained in:
parent
f2ab91603a
commit
44b7238304
2
Makefile
2
Makefile
@ -30,7 +30,7 @@ source: ## Build Python source distribution package
|
|||||||
poetry build --format sdist
|
poetry build --format sdist
|
||||||
|
|
||||||
test: ## Run the project testsuite(s)
|
test: ## Run the project testsuite(s)
|
||||||
poetry run tox --recreate --parallelize-locked-install=10
|
poetry run tox --recreate
|
||||||
|
|
||||||
dev: ## Create the local dev environment
|
dev: ## Create the local dev environment
|
||||||
poetry install -E poetry
|
poetry install -E poetry
|
||||||
|
Loading…
Reference in New Issue
Block a user