Newer
Older
[tox]
envlist=flake8

David Douard
committed
[testenv]
basepython = python3
passenv = SPHINXOPTS JAVA_HOME

David Douard
committed
[testenv:sphinx]
deps =
django < 2
pifpaf
commands =
{envpython} -m pifpaf run postgresql -- make -C docs {posargs:html}
[testenv:sphinx-dev]
deps =
django < 2

David Douard
committed
-rrequirements-swh-dev.txt
{envpython} -m pifpaf run postgresql -- make -C docs {posargs:html}
[testenv:flake8]
skip_install = true
deps =
flake8
commands =
{envpython} -m flake8