7 lines
121 B
INI
7 lines
121 B
INI
[tox]
|
|
envlist = py36,py37,py38,py310,py311,py312,py313
|
|
|
|
[testenv]
|
|
deps = python-dateutil
|
|
commands = python tests/main.py
|