mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-07 23:41:22 +08:00
test: pip install package
This commit is contained in:
@@ -13,7 +13,10 @@ matrix:
|
|||||||
install:
|
install:
|
||||||
- pip install poetry
|
- pip install poetry
|
||||||
- poetry install -vvv
|
- poetry install -vvv
|
||||||
|
- poetry build
|
||||||
|
- ls dist/*.whl | xargs pip install # test installation
|
||||||
script:
|
script:
|
||||||
|
- hrun -V
|
||||||
- python -m httprunner.cli hrun -V
|
- python -m httprunner.cli hrun -V
|
||||||
- python -m httprunner.cli hrun -h
|
- python -m httprunner.cli hrun -h
|
||||||
- poetry build
|
- poetry build
|
||||||
|
|||||||
@@ -1,5 +1,15 @@
|
|||||||
# Release History
|
# Release History
|
||||||
|
|
||||||
|
## 2.4.1 (2019-12-11)
|
||||||
|
|
||||||
|
**Added**
|
||||||
|
|
||||||
|
- test: pip install package
|
||||||
|
|
||||||
|
**Fixed**
|
||||||
|
|
||||||
|
- fix: typo testfile_paths
|
||||||
|
|
||||||
## 2.4.0 (2019-12-11)
|
## 2.4.0 (2019-12-11)
|
||||||
|
|
||||||
**Added**
|
**Added**
|
||||||
|
|||||||
Reference in New Issue
Block a user