2022-02-17 10:50:48 +00:00
|
|
|
[tox]
|
2022-06-25 07:50:55 +00:00
|
|
|
minversion = 3.8.0
|
2023-03-25 06:11:26 +00:00
|
|
|
envlist = py38,py39,py310,py311
|
2022-02-17 10:50:48 +00:00
|
|
|
|
|
|
|
[testenv]
|
|
|
|
deps = pytest
|
2023-03-25 06:11:26 +00:00
|
|
|
python-dateutil
|
|
|
|
commands = pytest tests
|
2022-06-25 07:50:55 +00:00
|
|
|
|
|
|
|
[flake8]
|
|
|
|
max-line-length=125
|