stages: - test - style py.test: stage: test script: - pipenv install --dev - pipenv run py.test except: - /^wip\/.*/ - /^WIP\/.*/ tags: - rapl flake8: stage: style script: - pipenv install --dev - pipenv run flake8 except: - /^wip\/.*/ - /^WIP\/.*/