Skip to content
Snippets Groups Projects
Commit 5b3efe1b authored by Bruce Cowan's avatar Bruce Cowan Committed by Bruce Cowan
Browse files

Add .gitlab-ci.yml

parent 68975712
Branches master
No related tags found
No related merge requests found
Pipeline #
image: python:latest
stages:
- check
before_script:
- python -V
check:
stage: check
script:
- pip install flake8
- flake8 justforfun.py --max-line-length 120
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