aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
blob: 40c3a5a6b94462386de84748b7798f95b73ffd37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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/