Skip to content
Snippets Groups Projects
Commit c2ae4e61 authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Changed pycodestyle job.

parent a367bc15
No related branches found
No related tags found
No related merge requests found
image: docker:stable
before_script:
- apk add --no-cache py-pip
- pip install pycodestyle
pycodestyle:
image: docker:stable
tags:
- docker
before_script:
- apk add --no-cache py-pip
- pip install pycodestyle
script:
# Run pycodestyle (PEP8) check.
# https://pycodestyle.readthedocs.io/en/latest/intro.html#error-codes
......
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