12 passenv = TOX_WORK_DIR
13 toxworkdir = {env:TOX_WORK_DIR:/tmp/v}
21 # Markdown lint requires nodejs
25 npm install --global remark-cli remark-lint write-good
26 python3 -m nltk.downloader punkt maxent_treebank_pos_tagger averaged_perceptron_tagger
27 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
40 jenkins-job-builder==2.8.0
42 jenkins-jobs -l DEBUG test --recursive -o {toxinidir}/archives/job-configs {toxinidir}/jjb:{toxinidir}/.jjb-test
44 [testenv:jjb-compare-xml]
54 jenkins-jobs -l DEBUG test --recursive -o {toxinidir}/archives/job-configs {toxinidir}/jjb:{toxinidir}/.jjb-test
57 commands = python {toxinidir}/check_jjb_version.py
61 commands = lftools license check-dir -r '.+' shell
67 [testenv:jenkins-jobs]
69 jenkins-job-builder{env:JJB_VERSION_OP:~=}{env:JJB_VERSION:2.8.0}
71 jenkins-jobs {posargs:--help}
74 deps = lftools{env:LFTOOLS_VERSION_OP:~=}{env:LFTOOLS_VERSION:0.13.0}
75 commands = lftools {posargs:--help}
78 deps = python-openstackclient{env:OPENSTACK_VERSION_OP:~=}{env:OPENSTACK_VERSION:3.15.0}
79 commands = openstack {posargs:--help}
82 deps = reno{env:RENO_VERSION_OP:~=}{env:RENO_VERSION:2.10.0}
83 commands = reno {posargs:--help}