Merge "Only run flake8 on swiftclient code"

This commit is contained in:
Jenkins 2014-02-18 06:22:52 +00:00 committed by Gerrit Code Review
commit 029ade17d2

@ -14,8 +14,7 @@ commands = python setup.py testr --testr-args="{posargs}"
[testenv:pep8]
commands =
flake8
flake8 bin/swift
flake8 bin/swift swiftclient tests
[testenv:venv]
commands = {posargs}