Merge "Allow pep8 of a single file"

This commit is contained in:
Jenkins 2015-08-26 08:11:57 +00:00 committed by Gerrit Code Review
commit ff7eb0c6d5

View File

@ -27,7 +27,7 @@ downloadcache = ~/cache/pip
[testenv:pep8]
commands =
flake8 swift test doc setup.py
flake8 {posargs:swift test doc setup.py}
flake8 --filename=swift* bin
[testenv:py3pep8]