X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=tox.ini;h=b9d28d0584d8f0b03db6f9e762aeae6fdbf840e5;hb=5a6965f43f220bf6002bfde60897afd216f52ab0;hp=06b418a5f16a1390e6368e6054673779cb2c508f;hpb=d167a2d67729501e3b521a33b668804db377842d;p=releng%2Fglobal-jjb.git diff --git a/tox.ini b/tox.ini index 06b418a5..b9d28d05 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,6 @@ [tox] minversion = 1.6 envlist = - coala, ensure-documented, jjb, jjb-compare-xml, @@ -11,20 +10,6 @@ envlist = pre-commit skipsdist = True -[testenv:coala] -basepython = python3 -deps = - coala - coala-bears - pygments - requests - nodeenv - numpy -commands = - nodeenv -p - npm install --global remark-cli remark-lint write-good - coala --non-interactive - [testenv:docs] basepython = python3 deps = -rrequirements.txt @@ -69,7 +54,7 @@ basepython = python3 deps = pre-commit commands = - pre-commit run --all-files + pre-commit run --all-files --show-diff-on-failure pre-commit run gitlint --hook-stage commit-msg --commit-msg-filename .git/COMMIT_EDITMSG #########