cleaning up

This commit is contained in:
Yun Xu
2018-02-27 20:26:49 -08:00
parent eca98a54eb
commit d55e453bd5
2 changed files with 1 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ deps =
beautifulsoup4
gunicorn
commands =
pytest tests --cov sanic --cov-report= {posargs}
pytest tests -n 4 --cov sanic --cov-report= {posargs}
- coverage combine --append
coverage report -m