Skip to content
Snippets Groups Projects
Verified Commit 8427f767 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

tox.ini: Run tests through pifpaf

We need the postgres dependency to run the tests
parent 36dc1325
No related branches found
Tags debian/0.0.33-1_swh1
No related merge requests found
......@@ -5,8 +5,9 @@ envlist=flake8,py3
deps =
.[testing]
pytest-cov
pifpaf
commands =
pytest --cov=swh --cov-branch {posargs}
pifpaf run postgresql -- pytest --cov=swh --cov-branch {posargs}
[testenv:flake8]
skip_install = true
......
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