[tox] envlist = py36,py37,py38,py39,py310 isolated_build = True [gh-actions] python = 3.6: py36 3.7: py37 3.8: py38 3.9: py39 [testenv] deps = pytest pytest-mock boto3 pyyaml freezegun commands = pytest