X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=tox.ini;h=e0e9c69a186b04031f1f74278cef42b91e100499;hb=refs%2Fchanges%2F33%2F11733%2F3;hp=c5578f7039595f5fbe20694ce1106c67f88bfdc3;hpb=f325f0dc4d34cb79e9c15813140db1e18ed2a185;p=releng%2Fglobal-jjb.git diff --git a/tox.ini b/tox.ini index c5578f70..e0e9c69a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,13 +1,9 @@ [tox] minversion = 1.6 -envlist = check-hooks,coala,jjb,jjb-compare-xml,license +envlist = coala,ensure-documented,jjb,jjb-compare-xml,license skipsdist = true - -[testenv:check-hooks] -deps = pre-commit -commands = - pre-commit install - pre-commit run --all-files +passenv = TOX_WORK_DIR +toxworkdir = {env:TOX_WORK_DIR:/tmp/v} [testenv:coala] basepython = python3