[tox] envlist = py36, pypy3, lint, packaging [testenv] deps = pytest commands = {envpython} -m pytest --strict {posargs:} [testenv:lint] basepython = python3 deps = flake8 commands = {envpython} -m flake8 {posargs:} [testenv:packaging] basepython = python3 deps = readme_renderer commands = {envpython} setup.py check -r -s