[tox] envlist = py36 skipsdist = True [testenv] deps = pipenv commands = pipenv sync --dev pipenv run pytest [testenv:flake8] deps = flake8 basepython = python3.6 commands = flake8 .