X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=tox.ini;h=0da5583996de63cfde3f5aeb642ef4131c88a9f9;hb=refs%2Ftags%2Fv0.62.0;hp=a272a83df21759255da8bdb5aedcac232c1a34fa;hpb=d0dfd24055995c4a2ed27fb7bc9e3dee65ba0d16;p=releng%2Fglobal-jjb.git diff --git a/tox.ini b/tox.ini index a272a83d..0da55839 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,8 @@ 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 ######### # Tools # @@ -90,5 +76,5 @@ deps = python-openstackclient{env:OPENSTACK_VERSION_OP:~=}{env:OPENSTACK_VERSION commands = openstack {posargs:--help} [testenv:reno] -deps = reno{env:RENO_VERSION_OP:~=}{env:RENO_VERSION:2.10.0} +deps = reno{env:RENO_VERSION_OP:~=}{env:RENO_VERSION:2.11.2} commands = reno {posargs:--help}