mirror of
https://github.com/httprunner/httprunner.git
synced 2026-08-28 11:36:56 +08:00
feat: replace pipenv & setup.py with poetry
This commit is contained in:
+5
-5
@@ -11,10 +11,10 @@ matrix:
|
||||
dist: xenial
|
||||
sudo: true
|
||||
install:
|
||||
- pip install pipenv --upgrade
|
||||
- pipenv install --dev --skip-lock
|
||||
- pip install poetry
|
||||
- poetry install
|
||||
script:
|
||||
- pipenv run python setup.py install
|
||||
- pipenv run coverage run --source=httprunner -m unittest discover
|
||||
- poetry build
|
||||
- poetry run coverage run --source=httprunner -m unittest discover
|
||||
after_success:
|
||||
- pipenv run coveralls
|
||||
- poetry run coveralls
|
||||
Reference in New Issue
Block a user