[tox] envlist = py{26,27,py,33,34,35}-{test,stylecheck} [testenv] deps = test: pytest stylecheck: flake8 stylecheck: flake8-import-order commands = test: py.test [] stylecheck: flake8 []