mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-05 23:51:25 +08:00
test setup install
This commit is contained in:
@@ -9,6 +9,7 @@ install:
|
|||||||
- pip install pipenv --upgrade-strategy=only-if-needed
|
- pip install pipenv --upgrade-strategy=only-if-needed
|
||||||
- pipenv install --dev
|
- pipenv install --dev
|
||||||
script:
|
script:
|
||||||
|
- pipenv run python setup.py install
|
||||||
- pipenv run coverage run --source=httprunner -m unittest discover
|
- pipenv run coverage run --source=httprunner -m unittest discover
|
||||||
after_success:
|
after_success:
|
||||||
- pipenv run coveralls
|
- pipenv run coveralls
|
||||||
Reference in New Issue
Block a user