gitlab-ci: pep8 has been replaced by pycodestyle

This commit is contained in:
Hans-Christoph Steiner 2018-05-28 09:44:01 +02:00
parent 4b3b14ca82
commit a87df29135
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ lint_format_safety_checks:
script:
- apk add --no-cache bash dash ca-certificates python3
- python3 -m ensurepip
- pip3 install pep8 pyflakes pylint safety
- pip3 install pycodestyle pyflakes pylint safety
- export EXITVALUE=0
- ./hooks/pre-commit || export EXITVALUE=1
- safety check --full-report || export EXITVALUE=1