X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tox.ini;h=0180e50e28e2048caa380c1dc7c486daba33a7fd;hb=c4591e61182c2f9b4395df2115769ef6c1dfce91;hp=5142bb10b8a1135e34efa0767505c7ed4b371349;hpb=fbac125691a8c415e6ffaac648f96ce235986b0b;p=ric-plt%2Fxapp-frame-py.git diff --git a/tox.ini b/tox.ini index 5142bb1..0180e50 100644 --- a/tox.ini +++ b/tox.ini @@ -42,6 +42,7 @@ commands = flake8 setup.py ricxappframe tests [flake8] extend-ignore = E501,E741,E731 +exclude = ricxappframe/entities [testenv:clm] # use pip to gather dependencies with versions for CLM analysis @@ -65,6 +66,8 @@ deps = sphinx mdclogpy msgpack ricsdl + protobuf + inotify commands = sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html echo "Generated docs available in {toxinidir}/docs/_build/html"