Add GitLab CI

This commit is contained in:
Lucidiot 2018-10-20 19:49:31 +02:00
parent 0f748c62e6
commit 085a8d8f73
No known key found for this signature in database
GPG Key ID: AE3F7205692FA205
1 changed files with 9 additions and 0 deletions

9
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,9 @@
stages:
- lint
pyurbantz-lint:
stage: lint
image: python:3.5-alpine
before_script: pip install .[dev]
script: flake8