Merge "Remove extra flake8 args"

This commit is contained in:
Jenkins 2014-10-21 03:01:38 +00:00 committed by Gerrit Code Review
commit a7128d5404
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ downloadcache = ~/cache/pip
[testenv:pep8]
commands =
flake8 {posargs} . manila/common
flake8 {posargs}
flake8 --filename=manila* bin
[testenv:genconfig]