From e918b095a663d39b95979e3f6f7dff3007309349 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Thu, 17 Aug 2017 16:25:57 -0700 Subject: [PATCH] Add all necessary python modules for linting --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f57619b..0421c824 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ image: python:3.6.2-alpine3.6 before_script: - - pip install pylint + - pip install pylint requests discord.py docker pybooru pylint wolframalpha stages: - test