11 lines
172 B
INI
11 lines
172 B
INI
[tox]
|
|
minversion = 3.8.10
|
|
envlist = py38,py39,py310,py311,py312,py313
|
|
|
|
[testenv]
|
|
deps = pytest
|
|
python-dateutil
|
|
commands = pytest tests
|
|
|
|
[flake8]
|
|
max-line-length=125 |