guess i cant get away with not installing requirements for linting
This commit is contained in:
parent
1c8d2a9c02
commit
9bd119e660
@ -11,6 +11,7 @@ linting:
|
||||
before_script:
|
||||
- apk add --no-cache python3
|
||||
- pip3 install pylint
|
||||
- pip3 install -r app/requirements.txt
|
||||
script:
|
||||
- pylint -E app/*.py
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user