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

Install dependencies for linter

parent 1c6b92ac
No related branches found
No related tags found
No related merge requests found
Pipeline #1757 failed
......@@ -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