Fix coverage build

Moved `sanic.py` to `app.py` this change reflects that
This commit is contained in:
Eli Uriegas 2017-02-17 07:06:57 -06:00
parent 0b914866eb
commit a73379495f

View File

@ -19,7 +19,7 @@ deps =
commands = commands =
pytest tests {posargs} pytest tests {posargs}
coverage erase coverage erase
coverage run -m sanic.sanic coverage run -m sanic.app
coverage report coverage report
[testenv:flake8] [testenv:flake8]