Skip to content
Snippets Groups Projects
Commit b5d50d89 authored by Nicolas Dandrimont's avatar Nicolas Dandrimont
Browse files

Drop useless use of pifpaf

parent 6f1059b2
No related branches found
No related tags found
No related merge requests found
......@@ -4,27 +4,26 @@ envlist=flake8,black
[testenv]
basepython = python3
passenv = SPHINXOPTS JAVA_HOME
whitelist_externals = /usr/bin/make
[testenv:sphinx]
extras =
building
deps =
django < 3
pifpaf
setenv =
SWHPKGDIR = {envsitepackagesdir}/swh
commands =
{envpython} -m pifpaf run postgresql -- make -C docs {posargs:html}
make -C docs {posargs:html}
[testenv:sphinx-dev]
deps =
django < 3
-rrequirements-swh-dev.txt
pifpaf
setenv =
SWHPKGDIR = {envsitepackagesdir}/swh
commands =
{envpython} -m pifpaf run postgresql -- make -C docs {posargs:html}
make -C docs {posargs:html}
[testenv:black]
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