From 1002f489866ab1f3c8f53445df40815faf7e1daa Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Mon, 17 Oct 2022 18:41:50 +0200 Subject: [PATCH] Fix `tox -e translations` command. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 33ddb3a..dbcb080 100644 --- a/tox.ini +++ b/tox.ini @@ -63,6 +63,6 @@ deps = whitelist_externals = git commands = python -m django makemessages --all + python -m django compilemessages --ignore ".tox" --ignore ".venv" --ignore "build" --ignore "venv" git diff git diff-index --quiet HEAD - python -m django compilemessages --ignore ".tox" --ignore ".venv" --ignore "build" --ignore "venv"