fix hang build

This commit is contained in:
Yun Xu
2018-03-15 21:28:52 -07:00
parent 31cf83f10b
commit d42cb7ddb3
11 changed files with 24 additions and 161 deletions

View File

@@ -12,13 +12,12 @@ deps =
pytest-cov
pytest-sanic
pytest-sugar
pytest-xdist
aiohttp>=2.3
chardet<=2.3.0
beautifulsoup4
gunicorn
commands =
pytest tests -n 4 --cov sanic --cov-report= {posargs}
pytest tests --cov sanic --cov-report= {posargs}
- coverage combine --append
coverage report -m