mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 15:31:03 +00:00
Add a docs job to tox.ini
A noticed that there wasn't a docs option when running tox. Thought it would be a good idea to add one. Partial-Bug: #1331304 Change-Id: I5af9ff5d5986ad546146c0fa73eb98256fd00c5f
This commit is contained in:
parent
aba1fb2268
commit
89cbdd1ae1
1 changed files with 4 additions and 0 deletions
4
tox.ini
4
tox.ini
|
|
@ -23,6 +23,10 @@ commands = python setup.py test --coverage --testr-args='{posargs}'
|
|||
[tox:jenkins]
|
||||
downloadcache = ~/cache/pip
|
||||
|
||||
[testenv:docs]
|
||||
commands=
|
||||
python setup.py build_sphinx
|
||||
|
||||
[flake8]
|
||||
ignore = E126,E202,W602,H302,H402,E265,H305,H307,H405,H904
|
||||
show-source = True
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue