diff --git a/tox.ini b/tox.ini index 7bccb6bf67559b0150b61d36c83f5035ff7856a7..4ab6ea4541b9b9568e14bba88a1f59d7a10c6afd 100644 --- a/tox.ini +++ b/tox.ini @@ -31,12 +31,13 @@ commands = yarnpkg --cwd=.dev-js run prettier --ignore-path={toxinidir}/.prettierignore {posargs} --check .. poetry run aleksis-admin graphql_schema --schema aleksis.core.schema.schema --out .dev-js/schema.json yarnpkg --cwd=.dev-js run eslint ../aleksis/**/*/frontend/**/*.{js,vue,graphql} --config={toxinidir}/.dev-js/.eslintrc.js + poetry run aleksis-admin makemigrations --check --dry-run [testenv:security] commands_pre = poetry install --all-extras commands = - poetry show --no-dev + poetry show --only main poetry run safety check --full-report [testenv:build]