Finish sphinx documentation
[ric-plt/lib/rmr.git] / src / bindings / rmr-python / tox.ini
index d1ecb24..cb7cf77 100644 (file)
@@ -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