throw more packages at it and see if it builds

This commit is contained in:
Luke Robles 2018-10-14 09:48:32 -07:00
parent 453e33771b
commit e0405ad9ca

View File

@ -9,7 +9,7 @@ stages:
linting:
stage: linting
before_script:
- apk add --no-cache python3 build-base docker
- apk add --no-cache python3 build-base pytho-dev docker
- pip3 install pylint
- pip3 install -r app/requirements.txt
script: