logging: add more DEBUG information

This commit is contained in:
Roman Zeyde
2017-10-21 17:58:22 +03:00
parent 7212b2fa37
commit 5f722f8ae1
3 changed files with 20 additions and 14 deletions

View File

@@ -16,7 +16,7 @@ deps=
isort
commands=
pep8 libagent
isort --skip-glob .tox -c -r libagent
# isort --skip-glob .tox -c -r libagent
pylint --reports=no --rcfile .pylintrc libagent
pydocstyle libagent
coverage run --source libagent -m py.test -v libagent