X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tox.ini;h=2e6ad9e01a65d74043580d615caea3db78e8cb87;hb=refs%2Ftags%2F2.1.4;hp=96068823a57023b8d2c23dd36a3c35e1bc923da5;hpb=86a578baf19b3213f211b772ad6f3a9c4f2dee4a;p=ric-plt%2Fa1.git diff --git a/tox.ini b/tox.ini index 9606882..2e6ad9e 100644 --- a/tox.ini +++ b/tox.ini @@ -32,7 +32,7 @@ setenv = # Note, before this will work, for the first time on that machine, run ./install_deps.sh commands = # sometimes the -s flag is helpful; add -s after pytest; which streams the logs as they come in, rather than saving them all for the end of tests - pytest --junitxml xunit-results.xml --cov a1 --cov-report xml --cov-report term-missing --cov-report html --cov-fail-under=70 + pytest --cov a1 --cov-report xml --cov-report term-missing --cov-report html --cov-fail-under=70 coverage xml -i [testenv:flake8]