Merge "Skip blazar install in docs and pep8 jobs"
This commit is contained in:
commit
66291b6e10
@ -3,3 +3,5 @@ reno>=3.1.0 # Apache-2.0
|
||||
sphinx>=2.0.0,!=2.1.0 # BSD
|
||||
openstackdocstheme>=2.2.1 # Apache-2.0
|
||||
os-api-ref>=1.4.0 # Apache-2.0
|
||||
oslo.config>=6.8.0 # Apache-2.0
|
||||
oslo.policy>=3.6.0 # Apache-2.0
|
||||
|
3
tox.ini
3
tox.ini
@ -33,12 +33,14 @@ commands =
|
||||
coverage report
|
||||
|
||||
[testenv:pep8]
|
||||
skip_install = True
|
||||
commands = flake8 {posargs}
|
||||
|
||||
[testenv:venv]
|
||||
commands = {posargs}
|
||||
|
||||
[testenv:docs]
|
||||
skip_install = True
|
||||
deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
||||
-r{toxinidir}/doc/requirements.txt
|
||||
commands =
|
||||
@ -47,6 +49,7 @@ commands =
|
||||
sphinx-build -W -b html doc/source doc/build/html
|
||||
|
||||
[testenv:pdf-docs]
|
||||
skip_install = True
|
||||
deps = {[testenv:docs]deps}
|
||||
allowlist_externals = make
|
||||
commands =
|
||||
|
Loading…
x
Reference in New Issue
Block a user