image: python stages: - test tests: stage: test script: tox -e test lint: stage: test script: tox -e codestyle