Fix `tox -e translations` command.

master
Fabio Caccamo 2022-10-17 18:41:50 +02:00
parent 0939202824
commit 1002f48986
1 changed files with 1 additions and 1 deletions

View File

@ -63,6 +63,6 @@ deps =
whitelist_externals = git whitelist_externals = git
commands = commands =
python -m django makemessages --all python -m django makemessages --all
python -m django compilemessages --ignore ".tox" --ignore ".venv" --ignore "build" --ignore "venv"
git diff git diff
git diff-index --quiet HEAD git diff-index --quiet HEAD
python -m django compilemessages --ignore ".tox" --ignore ".venv" --ignore "build" --ignore "venv"