add gitlab runner config
This commit is contained in:
10
.gitlab-ci.yml
Normal file
10
.gitlab-ci.yml
Normal 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
|
Reference in New Issue
Block a user