guess i cant get away with not installing requirements for linting

This commit is contained in:
Luke Robles 2018-06-13 10:56:19 -07:00
parent 1c8d2a9c02
commit 9bd119e660

View File

@ -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