Skip to content
Snippets Groups Projects
Verified Commit 29c5f8d5 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Add makemessages env to tox.ini

parent 4992085b
Branches update/tox-makemessages
No related tags found
1 merge request!213Add makemessages env to tox.ini
Pipeline #39080 passed
......@@ -47,6 +47,11 @@ commands =
poetry run isort aleksis/
poetry run black aleksis/
[testenv:makemessages]
commands =
poetry run aleksis-admin makemessages --no-wrap -e html,txt,py,email -i static -l ar -l de_DE -l fr -l nb_NO -l tr_TR -l la
poetry run aleksis-admin makemessages --no-wrap -d djangojs -i **/node_modules -l ar -l de_DE -l fr -l nb_NO -l tr_TR -l la
[flake8]
max_line_length = 100
exclude = migrations,tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment