X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=tox.ini;h=97f76d6152e29b6b634edad230ab4aaf92739872;hb=refs%2Fchanges%2F73%2F6473%2F1;hp=23a1e263659963d26d5297b3b238204fb7c17732;hpb=f98ee76af036d60b8f5077105830ed61a13ed5aa;p=ric-app%2Fad.git diff --git a/tox.ini b/tox.ini index 23a1e26..97f76d6 100644 --- a/tox.ini +++ b/tox.ini @@ -1,4 +1,4 @@ -# Copyright (c) 2020 AT&T Intellectual Property. +# Copyright (c) 2020 HCL Technologies Limited. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -31,7 +31,7 @@ setenv = USE_FAKE_SDL = 1 commands = - pytest -v --cov ad --cov-report xml --cov-report term-missing --cov-report html --cov-fail-under=70 + pytest -v --cov ad --cov-report xml --cov-report term-missing --cov-report html --cov-fail-under=50 coverage xml -i [testenv:flake8] @@ -55,6 +55,7 @@ commands = sh -c 'pip freeze > requirements.txt' whitelist_externals = echo skipsdist = true basepython = python3.7 + deps = sphinx sphinx-rtd-theme