Fix DEPRECATION WARNING for pep8

When we execute pep8 locally, we find there is
DEPRECATION WARNING, This warning will be an error
in tox4 and above, this change is to fix this.

Change-Id: Iaebe8ffe3aa1b92956403c679600fad0098d8329
Partial-Bug: #1835386
Signed-off-by: junboli <junbo85.li@gmail.com>
This commit is contained in:
junboli 2019-07-04 10:27:56 -04:00
parent d223c2ceda
commit 4d6ff3de71
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ setenv = VIRTUAL_ENV={envdir}
install_command = pip install -U {opts} {packages}
commands = find {toxinidir} -type f -not -path '{toxinidir}/.tox/*' -not -path '*/__pycache__/*' -name '*.py[c|o]' -delete
deps = -r{toxinidir}/test-requirements.txt
whitelist_externals = find
[testenv:venv]
basepython = python3