python: add a pycodestyle test

Look for pycodestyle, and use it to check all the Python sources (tests
and auxiliary scripts included) of the Python bindings.
This commit is contained in:
Pino Toscano
2020-01-10 15:02:01 +01:00
parent da4c7f9112
commit cad3ea9e74
4 changed files with 37 additions and 0 deletions

View File

@@ -20,3 +20,4 @@
# mostly used in other shell scripts.
export XMLLINT="@XMLLINT@"
export PYCODESTYLE="@PYCODESTYLE@"