1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2024-12-23 01:32:19 +00:00
ghostream/.gitlab-ci.yml

14 lines
248 B
YAML
Raw Normal View History

2020-09-14 13:04:54 +00:00
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