[tox] envlist = py27,lint [testenv:lint] basepython = python2 deps = flake8>3.0 commands = flake8 {posargs} [flake8] exclude = suite_project,single_project,.tox,.git