diff --git a/tox.ini b/tox.ini index 9a5bf6f..3e6548f 100644 --- a/tox.ini +++ b/tox.ini @@ -20,7 +20,7 @@ deps= coverage commands= coverage run -m pytest -v - coverage report --omit="*/.tox/*,*/test_functional_workflow.py" --fail-under=90 + coverage report --omit="*/.tox/*,*/test_functional_work_flow.py" --fail-under=90 usedevelop = True [testenv:linting]