Add all necessary python modules for linting

This commit is contained in:
Luke Robles 2017-08-17 16:25:57 -07:00
parent 9c40975d26
commit e918b095a6

View File

@ -1,7 +1,7 @@
image: python:3.6.2-alpine3.6 image: python:3.6.2-alpine3.6
before_script: before_script:
- pip install pylint - pip install pylint requests discord.py docker pybooru pylint wolframalpha
stages: stages:
- test - test