print verbose logs when installing

This commit is contained in:
debugtalk
2019-07-13 00:55:37 +08:00
parent 5e76f639cd
commit 4def628463

View File

@@ -12,7 +12,7 @@ matrix:
sudo: true
install:
- pip install poetry
- poetry install
- poetry install -v
script:
- poetry build
- poetry run coverage run --source=httprunner -m unittest discover