[tox] # required because we use pyproject.toml isolated_build = true envlist = py37, py38, py39 # only checks python versions installed locally skip_missing_interpreters = true