add gitlab runner config
This commit is contained in:
parent
f5db12d9e0
commit
a9e87ad4d9
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
|
Loading…
Reference in New Issue
Block a user