Use python3 for pip use
This commit is contained in:
parent
eff276f84f
commit
228c264fa5
@ -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:
|
||||||
- pip install pylint-exit anybadge
|
- python3 -m pip install 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