Update tox.ini
This commit is contained in:
@@ -51,7 +51,7 @@ deps =
|
|||||||
-r requirements.txt
|
-r requirements.txt
|
||||||
allowlist_externals = git
|
allowlist_externals = git
|
||||||
commands =
|
commands =
|
||||||
python -m django makemessages --all --add-location=file
|
python -m django makemessages --ignore ".tox" --ignore "venv" --all --add-location "file" --extension "html,py"
|
||||||
python -m django compilemessages --ignore ".tox" --ignore ".venv" --ignore "build" --ignore "venv"
|
python -m django compilemessages --ignore ".tox" --ignore "venv"
|
||||||
git diff admin_interface/locale/
|
git diff admin_interface/locale/
|
||||||
git diff-index --quiet HEAD admin_interface/locale/
|
git diff-index --quiet HEAD admin_interface/locale/
|
||||||
|
|||||||
Reference in New Issue
Block a user