Skip to content
Snippets Groups Projects
Verified Commit ce766c73 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[Tests] Deduplicate pre-run calls

parent f5f133da
No related branches found
No related tags found
No related merge requests found
Pipeline #369 failed
......@@ -8,11 +8,7 @@ whitelist_externals = poetry
skip_install = true
envdir = {toxworkdir}/globalenv
commands_pre = ./dev.sh install-all
commands =
poetry run python manage.py compilemessages
poetry run python manage.py yarn install
poetry run python manage.py collectstatic --no-input --clear
poetry run pytest --cov=. {posargs} biscuit/ apps/official/
commands = poetry run pytest --cov=. {posargs} biscuit/ apps/official/
[testenv:selenium]
setenv =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment