X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=tox.ini;h=7c7060f16df74906ab5521b9234e4e7ceb2b797e;hb=cf8f42f496f9f062964f0b62a4de7ba2ef0a72ee;hp=1de0620502b66f34960340afd19e11dd4b0d294f;hpb=5041b168ab3326aa829dbd5dd950dbde5e002acf;p=oom.git diff --git a/tox.ini b/tox.ini index 1de0620502..7c7060f16d 100644 --- a/tox.ini +++ b/tox.ini @@ -23,6 +23,18 @@ commands = deps = -rdocs/requirements-docs.txt commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck +[testenv:spelling] +#basepython = python3 +whitelist_externals = wget +deps = + -rdocs/requirements-docs.txt + sphinxcontrib-spelling + PyEnchant +changedir={toxinidir}/docs +commands = + wget -nv https://git.onap.org/doc/plain/docs/spelling_wordlist.txt -O spelling_wordlist.txt + sphinx-build -b spelling -d {envtmpdir}/doctrees . _build/spelling + [testenv:gitlint] basepython = python3 deps =