-
me5na7qbjqbrp authoredVerifieda96c6ef0
.gitlab-ci.yml 238 B
image: python:3.7
stages:
- quality-assurance
before_script:
- pip install tox
linters:
stage: quality-assurance
script: tox -e linters
# Be nice to new contributors, but please use `tox` before commit
allow_failure: true