PyFacts/tox.ini

10 lines
123 B
INI
Raw Normal View History

2022-02-17 10:50:48 +00:00
[tox]
2022-06-25 07:50:55 +00:00
minversion = 3.8.0
envlist = py38,py39,py310
2022-02-17 10:50:48 +00:00
[testenv]
deps = pytest
2022-06-25 07:50:55 +00:00
commands = pytest
[flake8]
max-line-length=125