skip Pipenv lock

This commit is contained in:
httprunner
2018-09-29 14:26:56 +08:00
parent f479b59205
commit 94e5051d50

View File

@@ -7,7 +7,7 @@ python:
- 3.6
install:
- pip install pipenv --upgrade-strategy=only-if-needed
- pipenv install --dev
- pipenv install --dev --skip-lock
script:
- pipenv run python setup.py install
- pipenv run coverage run --source=httprunner -m unittest discover