[tox] envlist = py35,py36,py37,py38,py39 [pytest] testpaths = tests [testenv] deps = pytest commands = pytest {posargs} [gh-actions] python = 3.5: py35 3.6: py36 3.7: py37 3.8: py38 3.9: py39