From 89e615356aa85900dbb9dc983518dad37b781c0f Mon Sep 17 00:00:00 2001 From: Tom Teichler <tom.teichler@teckids.org> Date: Thu, 7 Jan 2021 22:09:13 +0100 Subject: [PATCH] Update tox.ini. Advances AlekSIS-Core#338 --- tox.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index 61952a958..e1283a1b7 100644 --- a/tox.ini +++ b/tox.ini @@ -9,11 +9,11 @@ whitelist_externals = poetry skip_install = true envdir = {toxworkdir}/globalenv commands_pre = - - poetry install - - poetry run aleksis-admin yarn install - - poetry run aleksis-admin collectstatic --no-input + poetry install + poetry run aleksis-admin yarn install + poetry run aleksis-admin collectstatic --no-input commands = - - poetry run pytest --cov=. {posargs} aleksis/ + poetry run pytest --cov=. {posargs} aleksis/ [testenv:selenium] setenv = -- GitLab