X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=87b76855771c117307f33d4fb24012b92a09dd72;hb=fbc95d721aeeedd3c1538aa79d51d7fa80d30bce;hp=8ea75945743c523629234365dc5d005f5cb6ae0f;hpb=a902f02a81a20ab1eacf3366cd55a491aa457fd9;p=integration%2Fpackaging.git diff --git a/tox.ini b/tox.ini index 8ea7594..87b7685 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ deps = coala-bears==0.11 # Requests 2.16 breaks dependencies requests<2.16 - nodeenv + nodeenv==1.1.2 commands = nodeenv -p npm install --global dockerfile_lint remark-cli remark-lint write-good @@ -18,8 +18,11 @@ commands = coala --non-interactive [testenv:docs] -deps = sphinx -commands = sphinx-build -b html -d {envtmpdir}/doctrees ./docs/ {envtmpdir}/html +deps = -rdocs/requirements.txt +commands = + sphinx-build -b html -n -d {envtmpdir}/doctrees ./docs/ {envtmpdir}/html + echo "Generated docs available in {envtmpdir}/html" +whitelist_externals = echo [testenv:pkg_unittests] # TODO: Support Python 3