From 8f23b6c7142298d5e6ee19bb40a14c50e4c74982 Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Thu, 7 Jan 2021 21:47:13 +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 98fce3a..61952a9 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