Merge "Only run flake8 on Swift code"

This commit is contained in:
Jenkins 2014-04-02 01:46:40 +00:00 committed by Gerrit Code Review
commit 429445d97b
1 changed files with 1 additions and 1 deletions

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]