I cant spell, fixing pytho-dev to python-dev

This commit is contained in:
Luke Robles 2018-10-14 09:49:08 -07:00
parent 84d23a7a60
commit 815963c62e

View File

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