From 4dd15d7f40d6181041d9953f92b38a7d7ffdf4d6 Mon Sep 17 00:00:00 2001
From: Marco Clemencic <marco.clemencic@cern.ch>
Date: Tue, 19 Sep 2017 00:28:34 +0200
Subject: [PATCH] Install autopep8 when checking for coding conventions

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a552a24b34..bb330bb055 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,6 +38,7 @@ coding-conventions:
   stage: test
   script:
     - export LCG_release_area=${LCG_release_area}:/cvmfs/lhcb.cern.ch/lib/lcg/external
+    - pip install autopep8 argparse
     - make BUILDDIR=build apply-formatting
     - git diff --stat --exit-code
 
-- 
GitLab