1[tox] 2isolated_build = true 3env_list = py{39,310,311,312} 4 5[testenv] 6skip_install = true 7allowlist_externals = make 8commands_pre = poetry install --without build 9commands = make test 10 11