X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=3c6b19e7ba7abfae9dade2a7cf6f673e6b05a114;hb=be955e2a9d931d842e62188ba6bf10664b548d21;hp=df8d7a91b2005c964c9fbfa4bd05f5bee529c4d8;hpb=934919e090eefd104488fbb8e3938a5641e01c15;p=integration%2Fpackaging.git diff --git a/tox.ini b/tox.ini index df8d7a9..3c6b19e 100644 --- a/tox.ini +++ b/tox.ini @@ -1,20 +1,20 @@ [tox] minversion = 1.6.0 -envlist = docs,pep8 +envlist = docs,coala skipsdist = true +[testenv:coala] +basepython = python3 +deps = + coala + coala-bears + nodeenv +commands = + nodeenv -p + npm install --global dockerfile_lint + npm install --global remark-cli + coala --non-interactive + [testenv:docs] deps = sphinx commands = sphinx-build -b html -d {envtmpdir}/doctrees ./docs/ {envtmpdir}/html - -[testenv:pep8] -deps = flake8 -commands = flake8 - -[flake8] -show-source = True -show-pep8 = True -statistics = True -max-line-length = 100 -verbose = 1 -exclude = docs/conf.py,.git,__pycache__,.vagrant