add pep inspection to get_action_list.py

Change-Id: Id485cea6daa63fcb4c435162e09528ca7e2359ea
This commit is contained in:
Eyal 2020-05-12 09:26:19 +03:00
parent e3eef9b56f
commit de32feb135
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ whitelist_externals =
[testenv:pep8]
commands =
doc8 doc/source
flake8 {posargs}
flake8 {posargs} . {toxinidir}/tools/get_action_list.py
[testenv:venv]
setenv = PYTHONHASHSEED=0