Skip to content
Snippets Groups Projects
Commit 4dd15d7f authored by Marco Clemencic's avatar Marco Clemencic
Browse files

Install autopep8 when checking for coding conventions

parent e94c41be
No related branches found
No related tags found
1 merge request!131settings and build targets to reformat all sources
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment