aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
blob: 4da867f2c4a26d9927d3031607dce79e20cf2c34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[tox]
envlist = py37,py38,py39,py310,py311,pylint,pydocstyle,bandit

[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/

[testenv:bandit]
commands = bandit -r src/onapsdk