Skip to content
Snippets Groups Projects

Update tox.ini. Advances AlekSIS-Core#338

Merged Tom Teichler requested to merge update-tox into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -10,6 +10,8 @@ skip_install = true
envdir = {toxworkdir}/globalenv
commands_pre =
- poetry install
- poetry run aleksis-admin yarn install
- poetry run aleksis-admin collectstatic --no-input
commands =
- poetry run pytest --cov=. {posargs} aleksis/
Loading