15 deps = -rrequirements.txt
17 sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
19 [testenv:ensure-documented]
21 ./ensure-documented.sh
26 jenkins-job-builder==2.8.0
28 jenkins-jobs -l DEBUG test --recursive -o {toxinidir}/archives/job-configs {toxinidir}/jjb:{toxinidir}/.jjb-test
30 [testenv:jjb-compare-xml]
42 jenkins-jobs -l DEBUG test --recursive -o {toxinidir}/archives/job-configs {toxinidir}/jjb:{toxinidir}/.jjb-test
46 commands = python {toxinidir}/check_jjb_version.py
50 commands = lftools license check-dir -r '.+' shell
57 pre-commit run --all-files --show-diff-on-failure
58 pre-commit run gitlint --hook-stage commit-msg --commit-msg-filename .git/COMMIT_EDITMSG
64 [testenv:jenkins-jobs]
66 jenkins-job-builder{env:JJB_VERSION_OP:~=}{env:JJB_VERSION:2.8.0}
68 jenkins-jobs {posargs:--help}
71 deps = lftools{env:LFTOOLS_VERSION_OP:~=}{env:LFTOOLS_VERSION:0.13.0}
72 commands = lftools {posargs:--help}
75 deps = python-openstackclient{env:OPENSTACK_VERSION_OP:~=}{env:OPENSTACK_VERSION:3.15.0}
76 commands = openstack {posargs:--help}
79 deps = reno{env:RENO_VERSION_OP:~=}{env:RENO_VERSION:2.10.0}
80 commands = reno {posargs:--help}