From 98c3eae4aa2e724d4cb24a75d44e319c81ba8ef1 Mon Sep 17 00:00:00 2001 From: debugtalk Date: Wed, 11 Dec 2019 22:40:12 +0800 Subject: [PATCH] test: pip install package --- .travis.yml | 3 +++ docs/CHANGELOG.md | 10 ++++++++++ 2 files changed, 13 insertions(+) diff --git a/.travis.yml b/.travis.yml index 27a688c0..df85af2b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,10 @@ matrix: install: - pip install poetry - poetry install -vvv + - poetry build + - ls dist/*.whl | xargs pip install # test installation script: + - hrun -V - 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 72f41ab8..3816206c 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 2.4.1 (2019-12-11) + +**Added** + +- test: pip install package + +**Fixed** + +- fix: typo testfile_paths + ## 2.4.0 (2019-12-11) **Added**