25 npm install --global remark-cli remark-lint write-good
26 coala --non-interactive
30 deps = -rrequirements.txt
32 sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
34 [testenv:ensure-documented]
36 ./ensure-documented.sh
41 jenkins-job-builder==2.8.0
43 jenkins-jobs -l DEBUG test --recursive -o {toxinidir}/archives/job-configs {toxinidir}/jjb:{toxinidir}/.jjb-test
45 [testenv:jjb-compare-xml]
57 jenkins-jobs -l DEBUG test --recursive -o {toxinidir}/archives/job-configs {toxinidir}/jjb:{toxinidir}/.jjb-test
61 commands = python {toxinidir}/check_jjb_version.py
65 commands = lftools license check-dir -r '.+' shell
72 pre-commit run --all-files
78 [testenv:jenkins-jobs]
80 jenkins-job-builder{env:JJB_VERSION_OP:~=}{env:JJB_VERSION:2.8.0}
82 jenkins-jobs {posargs:--help}
85 deps = lftools{env:LFTOOLS_VERSION_OP:~=}{env:LFTOOLS_VERSION:0.13.0}
86 commands = lftools {posargs:--help}
89 deps = python-openstackclient{env:OPENSTACK_VERSION_OP:~=}{env:OPENSTACK_VERSION:3.15.0}
90 commands = openstack {posargs:--help}
93 deps = reno{env:RENO_VERSION_OP:~=}{env:RENO_VERSION:2.10.0}
94 commands = reno {posargs:--help}