diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -26,6 +26,10 @@ commands = python setup.py testr --coverage [testenv:venv] commands = {posargs} +[testenv:debug] +commands = + {toxinidir}/tools/debug_helper.sh {posargs} + [flake8] show-source = True ignore = H405,H904 |