12 passenv = TOX_WORK_DIR
13 toxworkdir = {env:TOX_WORK_DIR:/tmp/v}
20 # Markdown lint requires nodejs
24 npm install --global remark-cli remark-lint write-good
25 python3 -m nltk.downloader punkt maxent_treebank_pos_tagger averaged_perceptron_tagger
26 coala --non-interactive
29 deps = -rrequirements.txt
31 sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
33 [testenv:ensure-documented]
35 ./ensure-documented.sh
39 jenkins-job-builder==2.8.0
41 jenkins-jobs -l DEBUG test --recursive -o {toxinidir}/archives/job-configs {toxinidir}/jjb:{toxinidir}/.jjb-test
43 [testenv:jjb-compare-xml]
53 jenkins-jobs -l DEBUG test --recursive -o {toxinidir}/archives/job-configs {toxinidir}/jjb:{toxinidir}/.jjb-test
56 commands = python {toxinidir}/check_jjb_version.py
60 commands = lftools license check-dir -r '.+' shell
66 [testenv:jenkins-jobs]
68 jenkins-job-builder{env:JJB_VERSION_OP:~=}{env:JJB_VERSION:2.8.0}
70 jenkins-jobs {posargs:--help}
73 deps = lftools{env:LFTOOLS_VERSION_OP:~=}{env:LFTOOLS_VERSION:0.13.0}
74 commands = lftools {posargs:--help}
77 deps = python-openstackclient{env:OPENSTACK_VERSION_OP:~=}{env:OPENSTACK_VERSION:3.15.0}
78 commands = openstack {posargs:--help}
81 deps = reno{env:RENO_VERSION_OP:~=}{env:RENO_VERSION:2.10.0}
82 commands = reno {posargs:--help}