Merge "tox: Drop envdir"
This commit is contained in:
commit
afed96b107
4
tox.ini
4
tox.ini
@ -31,7 +31,6 @@ commands =
|
|||||||
bashate devstack/plugin.sh
|
bashate devstack/plugin.sh
|
||||||
|
|
||||||
[testenv:fast8]
|
[testenv:fast8]
|
||||||
envdir = {toxworkdir}/pep8
|
|
||||||
deps = {[testenv:pep8]deps}
|
deps = {[testenv:pep8]deps}
|
||||||
commands =
|
commands =
|
||||||
{toxinidir}/tools/fast8.sh
|
{toxinidir}/tools/fast8.sh
|
||||||
@ -142,7 +141,6 @@ commands=
|
|||||||
# the workaround after this patch has merged:
|
# the workaround after this patch has merged:
|
||||||
# https://review.opendev.org/#/c/679860
|
# https://review.opendev.org/#/c/679860
|
||||||
[testenv:pdf-docs]
|
[testenv:pdf-docs]
|
||||||
envdir = {toxworkdir}/docs
|
|
||||||
deps = {[testenv:docs]deps}
|
deps = {[testenv:docs]deps}
|
||||||
allowlist_externals =
|
allowlist_externals =
|
||||||
make
|
make
|
||||||
@ -155,12 +153,10 @@ commands =
|
|||||||
make -C doc/build/pdf
|
make -C doc/build/pdf
|
||||||
|
|
||||||
[testenv:releasenotes]
|
[testenv:releasenotes]
|
||||||
envdir = {toxworkdir}/docs
|
|
||||||
deps = {[testenv:docs]deps}
|
deps = {[testenv:docs]deps}
|
||||||
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
||||||
|
|
||||||
[testenv:api-ref]
|
[testenv:api-ref]
|
||||||
envdir = {toxworkdir}/docs
|
|
||||||
deps = {[testenv:docs]deps}
|
deps = {[testenv:docs]deps}
|
||||||
commands =
|
commands =
|
||||||
bash -c "rm -rf api-ref/build"
|
bash -c "rm -rf api-ref/build"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user