check if git and CI are setup
tree -L 2
coverage run setup.py test
check if there is a documentation
conda install -c conda-forge pylint pygraphviz
pyreverse -my -s 1 -o png -p rova ROVA/*.py
pylint --disable=all --enable=duplicate-code ROVA
flake8 src/*