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