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 =
pytest tests {posargs}
coverage erase
coverage run -m sanic.sanic
coverage run -m sanic.app
coverage report
[testenv:flake8]