Add pylint to install packages, might be missing
This commit is contained in:
parent
228c264fa5
commit
77b6e4b326
@ -23,7 +23,7 @@ stages: # List of stages for jobs, and their order of execution
|
|||||||
pylint:
|
pylint:
|
||||||
stage: Test
|
stage: Test
|
||||||
before_script:
|
before_script:
|
||||||
- python3 -m pip install pylint-exit anybadge
|
- python3 -m pip install pylint pylint-exit anybadge
|
||||||
script:
|
script:
|
||||||
- mkdir ./pylint
|
- mkdir ./pylint
|
||||||
- python3 -m pylint --output-format=text asyncdb | tee ./pylint/pylint.log || pylint-exit "${?}"
|
- python3 -m pylint --output-format=text asyncdb | tee ./pylint/pylint.log || pylint-exit "${?}"
|
||||||
|
Loading…
Reference in New Issue
Block a user