python3-carom-client/.gitlab-ci.yml

12 lines
193 B
YAML

before_script:
- pipenv install -d
style:
stage: test
script:
- pipenv run flake8
complexity:
stage: test
script:
- pipenv run radon cc .
- pipenv run xenon -bB -mA -aA .