stages: - quality-assurance linters: image: python:3.7 stage: quality-assurance before_script: - pip install tox script: - tox -e linters # Be nice to new contributors, but please use `tox` before commit allow_failure: true