Add flake8 to tox whitelist_externals

Stop triggering triggering a “not installed in virtualenv” every time
flake8 is called.

Change-Id: I8c242febe4e15debc5a98fde74332079456a523d
This commit is contained in:
JordanP 2014-09-26 16:40:32 +02:00
parent 1449bdb1bd
commit 4c3ca40001
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,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