Only run flake8 on Swift code

In particular, this skips the "build" directory, which is prone to
containing third-party stuff that doesn't comply with all the various
hacking/flake8/pep8 checks.

Change-Id: Ibe2240d8c6ca5947b2cac259cd7d0a1154f8a9cd
This commit is contained in:
Samuel Merritt 2014-03-26 11:57:11 -07:00 committed by Clay Gerrard
parent 4e2e250685
commit bb7bb4e034

View File

@ -32,7 +32,7 @@ downloadcache = ~/cache/pip
[testenv:pep8]
commands =
flake8
flake8 swift test doc setup.py
flake8 --filename=swift* bin
[testenv:venv]