Merge "Add flake8 to tox whitelist_externals"

This commit is contained in:
Jenkins 2014-09-28 21:16:41 +00:00 committed by Gerrit Code Review
commit 889a4b9c8f

View File

@ -13,6 +13,7 @@ setenv = VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = python setup.py testr --testr-args='{posargs}'
whitelist_externals = flake8
[testenv:pep8]
commands = flake8