Orange-OpenSource/python-onapsdk

View on GitHub
tox.ini

Summary

Maintainability
Test Coverage
[tox]
envlist = py37,py38,py39,py310,pylint,pydocstyle

[testenv]
commands = pytest tests/
deps = -rtest-requirements.txt
setenv = PYTHONPATH = {toxinidir}/src

[testenv:pylint]
commands = pylint src/
basepython = python3.8

[testenv:pydocstyle]
commands = pydocstyle src/