Merge pull request #460 from seemethere/fix_travis_build

Fix coverage build
This commit is contained in:
Eli Uriegas 2017-02-17 07:10:27 -06:00 committed by GitHub
commit 072f7fec30

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]