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

Merge branch 'update-tox2' into 'master'

Update tox.ini. Advances AlekSIS-Core#338

See merge request !120
parents 8482c680 d6c74248
No related branches found
No related tags found
1 merge request!120Update tox.ini. Advances AlekSIS-Core#338
Pipeline #5233 failed
......@@ -9,11 +9,11 @@ whitelist_externals = poetry
skip_install = true
envdir = {toxworkdir}/globalenv
commands_pre =
- poetry install
- poetry run aleksis-admin yarn install
- poetry run aleksis-admin collectstatic --no-input
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 =
......
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