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

Update tox.ini

parent fde1e905
No related branches found
No related tags found
No related merge requests found
......@@ -9,9 +9,11 @@ whitelist_externals = poetry
skip_install = true
envdir = {toxworkdir}/globalenv
commands_pre =
- poetry install
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 =
......@@ -33,6 +35,8 @@ commands =
[testenv:build]
commands_pre =
poetry install
poetry run sh -c "cd aleksis; aleksis-admin compilemessages"
commands = poetry build
[testenv:docs]
......
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