Update CI and toxfile to use new group structure

This commit is contained in:
2023-04-13 14:02:25 -04:00
parent ac342d4dc6
commit 750d3c07b6
4 changed files with 29 additions and 33 deletions

View File

@@ -39,5 +39,5 @@ publish: clean test build ## Build and upload to pypi (requires $PYPI_API_KEY be
@poetry publish --username __token__ --password $(PYPI_API_KEY)
dev: ## Create local dev environment
poetry install --sync
poetry install --sync --with dev --with ci --with test --with security --with static
poetry run pre-commit install