supervision/tox.ini

8 lines
104 B
INI

[tox]
envlist = py38,py39,py310,py311,py312
[testenv]
changedir = test
deps = pytest
commands = pytest