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