1[tox] 2isolated_build = True 3envlist = py36, py37, py38, py39, py310 4 5[testenv] 6changedir = src 7commands = python -m unittest discover 8