PyFacts/tox.ini
2022-06-25 13:20:55 +05:30

10 lines
123 B
INI

[tox]
minversion = 3.8.0
envlist = py38,py39,py310
[testenv]
deps = pytest
commands = pytest
[flake8]
max-line-length=125