mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 12:30:15 +02:00
move tox tests to new dependency format
This commit is contained in:
parent
6118c0ddec
commit
77e5747a23
6
tox.ini
6
tox.ini
@ -25,9 +25,7 @@ commands =
|
|||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
description = invoke sphinx-build to build the HTML docs
|
description = invoke sphinx-build to build the HTML docs
|
||||||
basepython = python3.9
|
basepython = python3.11
|
||||||
skip_install = True
|
install_command = pip install -e ".[docs]" -U {opts} {packages}
|
||||||
deps = -r{toxinidir}/docs/requirements.txt
|
|
||||||
install_command = python -I -m pip install {opts} {packages}
|
|
||||||
commands =
|
commands =
|
||||||
sphinx-build -T -E -b html -d "{toxworkdir}/docs_doctree" -D language=en docs "{toxworkdir}/docs_out" {posargs}
|
sphinx-build -T -E -b html -d "{toxworkdir}/docs_doctree" -D language=en docs "{toxworkdir}/docs_out" {posargs}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user