fix pipenv-setup command

This commit is contained in:
Robert Kaussow 2020-03-06 22:48:32 +01:00
parent b7be2b4b95
commit 7be61d559e
3 changed files with 5 additions and 7 deletions

View File

@ -58,7 +58,7 @@ local PipelineDeps = {
'pip install pipenv -qq', 'pip install pipenv -qq',
'pipenv install --dev --keep-outdated', 'pipenv install --dev --keep-outdated',
'pipenv check', 'pipenv check',
'pipenv run pipenv-sync check', 'pipenv run pipenv-setup check',
], ],
}, },
], ],

View File

@ -37,7 +37,7 @@ steps:
- pip install pipenv -qq - pip install pipenv -qq
- pipenv install --dev --keep-outdated - pipenv install --dev --keep-outdated
- pipenv check - pipenv check
- pipenv run pipenv-sync check - pipenv run pipenv-setup check
environment: environment:
PY_COLORS: 1 PY_COLORS: 1
@ -486,6 +486,6 @@ depends_on:
--- ---
kind: signature kind: signature
hmac: 2c54ff3a3dc90b117c73366e792c458510974061137d6aea3113e08ae9e81954 hmac: 6895442dc05e0774292f058639bc483ca93f5404107e5294209d38ae894936a9
... ...

6
Pipfile.lock generated
View File

@ -1,12 +1,10 @@
{ {
"_meta": { "_meta": {
"hash": { "hash": {
"sha256": "afa3bac7184b4b165d029d7c1db785812064a0ee572d9617b4974f2a922db927" "sha256": "6059182d49590067c48d2abe5f4c0dbb6c38d37efe3500fe322ca982c79ddf7d"
}, },
"pipfile-spec": 6, "pipfile-spec": 6,
"requires": { "requires": {},
"python_version": "3.7"
},
"sources": [ "sources": [
{ {
"name": "pypi", "name": "pypi",