diff --git a/setup.cfg b/setup.cfg index 89e47be..ca98a64 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 +addopts = -v --cov attract --cov-report term-missing --ignore node_modules [pep8] max-line-length = 100