diff --git a/tox.ini b/tox.ini index 60d1703..b4f316b 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ commands_pre = commands = coverage run -m unittest discover -s tests commands_post = - coverage report --omit=tests/**,**__init__.py --show-missing + coverage report --omit=tests/*,__init__.py --show-missing [testenv:type] deps = @@ -20,4 +20,4 @@ commands_pre = python3 -m pip -q install -e . python3 -m pip --quiet install -r requirements-dev.txt commands = - python3 -m mypy is_ipfs \ No newline at end of file + python3 -m mypy is_ipfs