test: pip install package

This commit is contained in:
debugtalk
2019-12-11 22:40:12 +08:00
parent ef8247e1d2
commit 98c3eae4aa
2 changed files with 13 additions and 0 deletions
+3
View File
@@ -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