Tests and the CI are compiling messages

This commit is contained in:
Yohann D'ANELLO 2020-11-28 14:10:31 +01:00
parent f78c73a703
commit aade89de7b
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ linters:
stage: quality-assurance
image: python:3-alpine
before_script:
- apk add --no-cache gettext
- pip install tox
script: tox -e linters
allow_failure: true