8 lines
134 B
INI
8 lines
134 B
INI
[tox]
|
|
isolated_build = True
|
|
envlist = py36, py37, py38, py39, py310
|
|
|
|
[testenv]
|
|
changedir = src
|
|
commands = python -m unittest discover
|