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