diff options
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ passenv = HOME commands = nosetests --with-coverage {posargs} [testenv:flake8] -commands = flake8 {posargs} +commands = flake8 --ignore=W293,E265,E266,W503,W504,E731 {posargs} [testenv:venv] commands = {posargs} |
