PyFacts/tox.ini

11 lines
159 B
INI

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