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

Merge branch 'update-tox' into 'master'

Update tox.ini. Advances AlekSIS-Core#338

See merge request !118
parents 7990af6c 629dfb02
No related branches found
No related tags found
1 merge request!118Update tox.ini. Advances AlekSIS-Core#338
Pipeline #5143 passed
...@@ -10,6 +10,8 @@ skip_install = true ...@@ -10,6 +10,8 @@ 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 collectstatic --no-input
commands = commands =
- poetry run pytest --cov=. {posargs} aleksis/ - poetry run pytest --cov=. {posargs} aleksis/
......
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