[tox] envlist = pep8,py27,py34,py26,py33 [testenv] commands = py.test _test deps = pytest flake8 [testenv:pep8] commands = flake8 {posargs} [flake8] show-source = True exclude = .hg,.git,.tox,dist,.cache,__pycache__,ruamel.zip2tar.egg-info