Enable tox debug
Change-Id: I15eb882c2b26adeb65fcc61d2b3711d7246fa0d7
This commit is contained in:
parent
448159f3d4
commit
3bb13c4c99
@ -24,4 +24,5 @@ testtools>=1.4.0
|
||||
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
|
||||
oslosphinx>=2.5.0 # Apache-2.0
|
||||
openstack-doc-tools>=0.23
|
||||
oslotest>=1.9.0 # Apache-2.0
|
||||
|
||||
|
3
tox.ini
3
tox.ini
@ -44,6 +44,9 @@ commands = {posargs}
|
||||
[testenv:docs]
|
||||
commands = python setup.py build_sphinx
|
||||
|
||||
[testenv:debug]
|
||||
commands = oslo_debug_helper {posargs}
|
||||
|
||||
[flake8]
|
||||
exclude = .venv*,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*.egg,.update-venv
|
||||
# NOTE(flaper87): Our currently max-complexity is 15. Not sure what the ideal complexity
|
||||
|
Loading…
Reference in New Issue
Block a user