10 lines
123 B
INI
10 lines
123 B
INI
[tox]
|
|
minversion = 3.8.0
|
|
envlist = py38,py39,py310
|
|
|
|
[testenv]
|
|
deps = pytest
|
|
commands = pytest
|
|
|
|
[flake8]
|
|
max-line-length=125 |