ci: fix prospector call

This commit is contained in:
Jens Langhammer 2020-09-26 19:17:42 +02:00
parent f27b43507c
commit d2bf2c8896
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ lint:
pyright pyright e2e lifecycle
bandit -r passbook e2e lifecycle
pylint passbook e2e lifecycle
prospector passbook e2e lifecycle
prospector
gen: coverage
./manage.py generate_swagger -o swagger.yaml -f yaml

View File

@ -61,7 +61,7 @@ stages:
pipenv install --dev prospector --skip-lock
- task: CmdLine@2
inputs:
script: pipenv run prospector passbook e2e lifecycle
script: pipenv run prospector
- job: bandit
pool:
vmImage: 'ubuntu-latest'