Skip to content
Snippets Groups Projects
Commit e2d2388e authored by Swen Vermeul's avatar Swen Vermeul
Browse files

added gitlab-ci yaml file

parent 68070e7d
No related branches found
No related tags found
No related merge requests found
Pipeline #759 failed
image: python:3.7-stretch
stages:
- style
- tests
before_script:
- pip install -U pip setuptools
- pip install tox
tests:
script:
- tox -r -vv -e py37
stage: tests
style:
script:
- tox -r -vv -e flake8
allow_failure: true
stage: style
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