diff --git a/tox.ini b/tox.ini index 1ebcbf3143d2f97c03f03136fc1b2b25cc474d6e..3671faf24d8700820474a1a41023468e076463d5 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,11 @@ whitelist_externals = poetry skip_install = true envdir = {toxworkdir}/globalenv commands_pre = ./dev.sh install-all -commands = poetry run pytest --cov=. {posargs} biscuit/ apps/official/ +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/ [testenv:selenium] setenv =