update gitlab runner config

This commit is contained in:
Robert Einsle 2018-11-03 16:59:49 +01:00
parent ebc9dacf63
commit e3d407e9b9

View File

@ -1,11 +1,11 @@
before_script:
- echo $PATH
- pipenv install -d
flake8:
style:
stage: test
script:
- pipenv run flake8
xenon:
complexity:
stage: test
script:
- pipenv run xenon -bB -mA -aA
- pipenv run radon cc .
- pipenv run xenon -bB -mA -aA .