X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=c8e73d6d4f3d5ea3cb28c02af21c03840631ddd2;hb=c74315401545e766ed2e4fac6b82fae6a656269b;hp=90be6828eabbb8dbc49316526ea4c078cc69ff57;hpb=b2a5ae5862e2a709da8dcaac3cbce917fb0617c3;p=docs.git diff --git a/tox.ini b/tox.ini index 90be6828e..c8e73d6d4 100644 --- a/tox.ini +++ b/tox.ini @@ -1,8 +1,19 @@ [tox] minversion = 1.6 -envlist = docs,docs-linkcheck +envlist = coala,docs skipsdist = true +[testenv:coala] +basepython = python3 +deps = + coala + coala-bears + nodeenv +commands = + nodeenv -p + npm install --global remark-cli remark-lint + coala --non-interactive + [testenv:docs] deps = -rrequirements.txt commands =