X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=4fbbcc6b46e781f13f00639df54edb819b1b8865;hb=89911f28d57278c79732673374790bb72d6134a5;hp=2ea2f448af26146887359bd3eaefe645bc98d29c;hpb=e2fc84511a08907a712f987c9b58861c879ce0e0;p=docs.git diff --git a/tox.ini b/tox.ini index 2ea2f448a..4fbbcc6b4 100644 --- a/tox.ini +++ b/tox.ini @@ -1,14 +1,16 @@ [tox] minversion = 1.6 -envlist = coala,docs,docs-linkcheck +envlist = coala,docs skipsdist = true [testenv:coala] basepython = python3 deps = - coala - coala-bears - nodeenv + 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 @@ -17,7 +19,7 @@ commands = [testenv:docs] deps = -rrequirements.txt commands = - sphinx-build -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html + 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