diff --git a/.travis.yml b/.travis.yml index df85af2b..b7fcb7de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,7 @@ install: - ls dist/*.whl | xargs pip install # test installation script: - hrun -V + - cd tests/httpbin && hrun basic.yml && cd - - python -m httprunner.cli hrun -V - python -m httprunner.cli hrun -h - poetry build diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 3816206c..4534b415 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -5,6 +5,7 @@ **Added** - test: pip install package +- test: hrun command **Fixed**