PyFacts/tox.ini

11 lines
172 B
INI
Raw Permalink Normal View History

2022-02-17 10:50:48 +00:00
[tox]
2024-08-13 16:44:58 +00:00
minversion = 3.8.10
envlist = py38,py39,py310,py311,py312,py313
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