From 2ad712d6d60c46744a435a317dd500bfcf54eeb2 Mon Sep 17 00:00:00 2001 From: Tom Teichler <tom.teichler@teckids.org> Date: Thu, 7 Jan 2021 21:46:56 +0100 Subject: [PATCH] Update tox.ini. Advances AlekSIS-Core#338 --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 98fce3af..61952a95 100644 --- a/tox.ini +++ b/tox.ini @@ -10,6 +10,8 @@ skip_install = true envdir = {toxworkdir}/globalenv commands_pre = - poetry install + - poetry run aleksis-admin yarn install + - poetry run aleksis-admin collectstatic --no-input commands = - poetry run pytest --cov=. {posargs} aleksis/ -- GitLab