aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
blob: 8e757f96d6a12e0844c3914b0bb3b4d746a41e09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[tox]
envlist = py37,py38,py39,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