diff --git a/setup.cfg b/setup.cfg index ee29c944..274157ea 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [tool:pytest] -addopts = -v --cov pillar --cov-report term-missing --ignore node_modules +addopts = -v --cov pillar --cov-report term-missing --ignore node_modules -x --ff [pep8] max-line-length = 100