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