[tox] envlist = [py36, py38] skipsdist = true [testenv] commands = pytest basepython = python3 deps = -rtest-requirements.txt [testenv:pytest] commands = pytest -v