print verbose logs when installing

This commit is contained in:
debugtalk
2019-07-13 00:55:37 +08:00
parent a0cfc04b3e
commit 4abbaa446a

View File

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