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