Skip to content
Snippets Groups Projects
Commit 6041367a authored by Bruce Cowan's avatar Bruce Cowan
Browse files

Add .gitlab-ci.yml

parent 2f7bf27a
No related branches found
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 unicode.py
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