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

Add .gitlab-ci.yml

parent 7e39defb
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 karma.py
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