Skip to content
Snippets Groups Projects
Verified Commit 68eb922f authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Update tox.ini. Advances #338.

parent 2cd93635
No related branches found
No related tags found
1 merge request!429Update tox.ini. Closes #338.
Pipeline #5161 failed
...@@ -9,11 +9,11 @@ whitelist_externals = poetry ...@@ -9,11 +9,11 @@ whitelist_externals = poetry
skip_install = true skip_install = true
envdir = {toxworkdir}/globalenv envdir = {toxworkdir}/globalenv
commands_pre = commands_pre =
- poetry install poetry install
- poetry run aleksis-admin yarn install poetry run aleksis-admin yarn install
- poetry run aleksis-admin collectstatic --no-input poetry run aleksis-admin collectstatic --no-input
commands = commands =
- poetry run pytest --cov=. {posargs} aleksis/ poetry run pytest --cov=. {posargs} aleksis/
[testenv:selenium] [testenv:selenium]
setenv = setenv =
......
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