diff --git a/tox.ini b/tox.ini index f14e2a1f..05276a43 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,7 @@ deps = commands = pytest tests {posargs} coverage erase - coverage run -m sanic.sanic + coverage run -m sanic.app coverage report [testenv:flake8]