mirror of
https://github.com/enpaul/tox-poetry-installer.git
synced 2024-12-05 01:40:44 +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
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user