diff --git a/tox.ini b/tox.ini index 6751af6440..cdd60a81b7 100644 --- a/tox.ini +++ b/tox.ini @@ -80,29 +80,17 @@ commands = {toxinidir}/tools/publishdocs.sh publish [testenv:checklang] -# Generatedocbook 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" -# Generatedocbook 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] -# Generatedocbook 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 publish all