X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fbindings%2Frmr-python%2Ftox.ini;h=cb7cf77fbef3e109c7a9bfdb33fe3762d2b8c3d9;hb=91aa7028e6bb9e16c16d119cec608c8395e8e322;hp=d1ecb243c996474cc7b16317a2c20ea79444602f;hpb=0cb4b57403307f128b3597a52fa77cbc8524f078;p=ric-plt%2Flib%2Frmr.git diff --git a/src/bindings/rmr-python/tox.ini b/src/bindings/rmr-python/tox.ini index d1ecb24..cb7cf77 100644 --- a/src/bindings/rmr-python/tox.ini +++ b/src/bindings/rmr-python/tox.ini @@ -23,7 +23,7 @@ deps= coverage pytest-cov setenv = LD_LIBRARY_PATH = /usr/local/lib/:/usr/local/lib64 -commands=pytest --verbose --cov {envsitepackagesdir}/rmr --cov-report html +commands=pytest --verbose --cov {envsitepackagesdir}/rmr --cov-report term-missing [testenv:flake8] basepython = python3.7