Use python3 for pip use

This commit is contained in:
Price Hiller 2021-10-06 06:52:08 -05:00
parent eff276f84f
commit 228c264fa5

View File

@ -23,7 +23,7 @@ stages: # List of stages for jobs, and their order of execution
pylint:
stage: Test
before_script:
- pip install pylint-exit anybadge
- python3 -m pip install pylint-exit anybadge
script:
- mkdir ./pylint
- python3 -m pylint --output-format=text asyncdb | tee ./pylint/pylint.log || pylint-exit "${?}"