Cleanup tox.ini
Remove obsolete section and comments, remove sitepackages usage, thosewere only needed for the docbook XML code. Change-Id: Ic9881dde14c4d8ac82f859134b2afc0ab88dc268
This commit is contained in:
parent
b544627ee2
commit
9e21e9fa43
21
tox.ini
21
tox.ini
@ -45,38 +45,17 @@ commands =
|
||||
{toxinidir}/tools/build-index.sh publish
|
||||
|
||||
[testenv:checklang]
|
||||
# openstack-generate-docbook needs xml2po which cannot be installed in
|
||||
# the venv. Since it's installed in the system, let's use
|
||||
# sitepackages.
|
||||
sitepackages=True
|
||||
whitelist_externals = doc-tools-check-languages
|
||||
commands = doc-tools-check-languages doc-tools-check-languages.conf test all
|
||||
|
||||
[testenv:buildlang]
|
||||
# Run as "tox -e buildlang -- $LANG"
|
||||
# openstack-generate-docbook needs xml2po which cannot be installed
|
||||
# in the venv. Since it's installed in the system, let's
|
||||
# use sitepackages.
|
||||
sitepackages=True
|
||||
whitelist_externals = doc-tools-check-languages
|
||||
commands = doc-tools-check-languages doc-tools-check-languages.conf test {posargs}
|
||||
|
||||
[testenv:publishlang]
|
||||
# openstack-generate-docbook needs xml2po which cannot be installed
|
||||
# in the venv. Since it's installed in the system, let's
|
||||
# use sitepackages.
|
||||
# NOTE(jaegerandi): Remove this as soon as job has been removed.
|
||||
sitepackages=True
|
||||
# Do nothing for now
|
||||
commands = true
|
||||
|
||||
[testenv:publishlang-api]
|
||||
# openstack-generate-docbook needs xml2po which cannot be installed
|
||||
# in the venv. Since it's installed in the system, let's
|
||||
# use sitepackages.
|
||||
# Publish translated documents to developer.openstack.org with just
|
||||
# copying publish-docs/api-ref over.
|
||||
sitepackages=True
|
||||
whitelist_externals =
|
||||
doc-tools-check-languages
|
||||
mkdir
|
||||
|
Loading…
x
Reference in New Issue
Block a user