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

Add .gitlab-ci.yml

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