X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=tox.ini;h=ed3458116de589f4c9b1b256b4e1bddb2e476d0b;hb=2ea5908d7197fd2a895e1992920db2d7cfdf64d7;hp=0eff021047fb8ecd9dfe02e13c0af5cec9a24e4b;hpb=d0c780b04eab559208d4f1aaf7195174c87ff464;p=releng%2Fglobal-jjb.git diff --git a/tox.ini b/tox.ini index 0eff0210..ed345811 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,7 @@ deps = coala coala-bears # Markdown lint requires nodejs - nodeenv + nodeenv==1.1.2 commands = nodeenv -p npm install --global remark-cli remark-lint write-good @@ -23,6 +23,10 @@ commands = echo "Generated docs available in {toxinidir}/docs/_build/html" whitelist_externals = echo +[testenv:ensure-documented] +commands = + ./ensure-documented.sh + [testenv:jjb] deps = jenkins-job-builder @@ -38,10 +42,3 @@ commands = [testenv:license] deps = lftools commands = lftools license check-dir -r '.+' shell - -[testenv:update-expected-xml] -deps = - jenkins-job-builder -commands = - jenkins-jobs test --recursive -o {toxinidir}/.jjb-test/expected-xml {toxinidir}/jjb:{toxinidir}/.jjb-test -