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

Add initial .gitlab-ci.yml

parent ae7ac8d3
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 reminder.py
\ No newline at end of file
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