[tox]
envlist = py27, flake8
[flake8]
exclude = venv/*
[testenv]
deps = -rrequirements.txt
[testenv:flake8]
commands = flake8 .