diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -124,6 +124,7 @@ commands = flake8 --exit-zero --max-complexity 15 deluge [testenv:pylint] # Disable site packages to avoid using system installed version sitepackages = False +ignore_errors = True deps = {[testenv]deps} pylint |