7 lines
100 B
INI
7 lines
100 B
INI
[tox]
|
|
envlist = py38,py39,py310,py311,py312
|
|
|
|
[testenv]
|
|
deps = flask
|
|
commands = python tests/main.py
|