From 5e025c2e7f165df6ad40439f11a0242effbef382 Mon Sep 17 00:00:00 2001 From: debugtalk Date: Thu, 12 Dec 2019 17:51:22 +0800 Subject: [PATCH] change: print debug log info --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b7fcb7de..ca7c82ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ install: - ls dist/*.whl | xargs pip install # test installation script: - hrun -V - - cd tests/httpbin && hrun basic.yml && cd - + - cd tests/httpbin && hrun basic.yml --log-level debug --failfast && cd - - python -m httprunner.cli hrun -V - python -m httprunner.cli hrun -h - poetry build