add gitlab runner config

This commit is contained in:
Robert Einsle 2018-11-03 16:32:41 +01:00
parent f5db12d9e0
commit a9e87ad4d9

10
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,10 @@
before_script:
- pipenv install -d
flake8:
stage: test
script:
- pipenv run flake8
xenon:
stage: test
script:
- pipenv run xenon -bB -mA -aA