mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-09 01:39:39 +08:00
skip Pipenv lock
This commit is contained in:
@@ -7,7 +7,7 @@ python:
|
|||||||
- 3.6
|
- 3.6
|
||||||
install:
|
install:
|
||||||
- pip install pipenv --upgrade-strategy=only-if-needed
|
- pip install pipenv --upgrade-strategy=only-if-needed
|
||||||
- pipenv install --dev
|
- pipenv install --dev --skip-lock
|
||||||
script:
|
script:
|
||||||
- pipenv run python setup.py install
|
- pipenv run python setup.py install
|
||||||
- pipenv run coverage run --source=httprunner -m unittest discover
|
- pipenv run coverage run --source=httprunner -m unittest discover
|
||||||
|
|||||||
Reference in New Issue
Block a user