diff --git a/tox.ini b/tox.ini index eebc964..fbb37e8 100644 --- a/tox.ini +++ b/tox.ini @@ -21,7 +21,7 @@ basepython = python3 ignore_errors = True commands = pylint --rcfile={toxinidir}/pylintrc wirelesstagpy test - flake8 --ignore=E501,W504 wirelesstagpy test + ; flake8 --ignore=E501,W504 wirelesstagpy test pydocstyle wirelesstagpy test [testenv:build]