1[tox] 2envlist = py39,py310,py311,py312,py313 3 4skipsdist = True 5 6[testenv] 7commands = 8 {toxinidir}/scripts/ci/install 9 {toxinidir}/scripts/ci/run-tests 10 11