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 .