Merge "Add posargs support to flake8 call"

This commit is contained in:
Jenkins 2014-06-17 03:59:22 +00:00 committed by Gerrit Code Review
commit 8aec8049b9
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ deps = -r{toxinidir}/requirements.txt
commands = python setup.py testr --testr-args='{posargs}'
[testenv:pep8]
commands = flake8
commands = flake8 {posargs}
[testenv:venv]
commands = {posargs}