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

Install dependencies for linter

parent 85d1368f
No related branches found
No related tags found
1 merge request!232Resolve "Versioning of models"
......@@ -7,9 +7,12 @@ envlist = py37,py38
whitelist_externals = poetry
skip_install = true
envdir = {toxworkdir}/globalenv
commands_pre = ./dev.sh install-all
commands_pre =
- sudo apt update
- sudo apt install python3-ldap libldap2-dev libssl-dev libsasl2-dev python3.7-dev -y
- ./dev.sh install-all
commands =
poetry run pytest --cov=. {posargs} aleksis/ apps/official/
- poetry run pytest --cov=. {posargs} aleksis/ apps/official/
[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