Merge "Add a docs job to tox.ini"
This commit is contained in:
commit
ddcc668393
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…
x
Reference in New Issue
Block a user