X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=tox.ini;h=4fbbcc6b46e781f13f00639df54edb819b1b8865;hb=667bed419c6bae2aaa592bcc62e1dacc5d1875f4;hp=d44193016fea575b7f028834e5351d667c4b61cb;hpb=85006b08280ccd435f6c630ee134b27151f173a5;p=docs.git diff --git a/tox.ini b/tox.ini index d44193016..4fbbcc6b4 100644 --- a/tox.ini +++ b/tox.ini @@ -1,11 +1,27 @@ [tox] minversion = 1.6 -envlist = docs,docs-linkcheck +envlist = coala,docs skipsdist = true +[testenv:coala] +basepython = python3 +deps = + coala==0.11 + coala-bears==0.11 + # Requests 2.16 breaks coala dependency on chardet + requests<2.16 + nodeenv==1.1.2 +commands = + nodeenv -p + npm install --global remark-cli remark-lint + coala --non-interactive + [testenv:docs] deps = -rrequirements.txt -commands = sphinx-build -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html +commands = + sphinx-build -j 4 -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html + echo "Generated docs available in {toxinidir}/docs/_build/html" +whitelist_externals = echo [testenv:docs-linkcheck] deps = -rrequirements.txt