X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=f365a14dfe31b1048323baca03848ea1dc614924;hb=47f0321523d7be8e24abcb65668d438182048e4e;hp=24165a59d25142ae21e89ecdf9fd73eb14bdf51e;hpb=d8bbc683ef55f571e3598ea3005aa046c819b752;p=transportpce.git diff --git a/tox.ini b/tox.ini index 24165a59d..f365a14df 100644 --- a/tox.ini +++ b/tox.ini @@ -76,6 +76,14 @@ basepython = python3 deps = -rdocs/requirements.txt commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ../docs/ {toxinidir}/docs/_build/linkcheck +[testenv:spelling] +basepython = python3 +deps = + -rdocs/requirements.txt + sphinxcontrib-spelling + PyEnchant +commands = sphinx-build -b spelling -d {envtmpdir}/doctrees ../docs/ {toxinidir}/docs/_build/spelling + [testenv:autopep8] basepython = python3 deps = autopep8