skip Pipenv lock

This commit is contained in:
debugtalk
2018-09-29 14:26:56 +08:00
parent af8276a299
commit 71fdac6940

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