python3-carom-client/.gitlab-ci.yml
2018-11-04 15:20:55 +01:00

18 lines
332 B
YAML

before_script:
- pipenv install --sequential -d
# --sequential hält die last auf raspberry pi unten
style:
stage: test
script:
- pipenv run flake8
complexity:
stage: test
script:
- pipenv run radon cc .
- pipenv run xenon -bB -mA -aA .
doc:
stage: deploy
script:
- cd doc
- pipenv run make html