X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=tox.ini;h=3dfd4411f37f426dfa108ebe5fb423679762e949;hb=33873e8144656b47ec5025a1cae2a4878681d036;hp=3230bab394f116753fabd3ab07f05cfac8f706a9;hpb=56d0ecd70c54b1839d5e7aeb3030ac4c27dcb142;p=releng%2Fglobal-jjb.git diff --git a/tox.ini b/tox.ini index 3230bab3..3dfd4411 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 @@ -67,7 +52,7 @@ commands = lftools license check-dir -r '.+' shell [testenv:pre-commit] basepython = python3 deps = - pre-commit + pre-commit==2.9.3 commands = pre-commit run --all-files --show-diff-on-failure pre-commit run gitlint --hook-stage commit-msg --commit-msg-filename .git/COMMIT_EDITMSG