Tests and the CI are compiling messages
This commit is contained in:
parent
f78c73a703
commit
aade89de7b
|
@ -32,7 +32,6 @@ linters:
|
||||||
stage: quality-assurance
|
stage: quality-assurance
|
||||||
image: python:3-alpine
|
image: python:3-alpine
|
||||||
before_script:
|
before_script:
|
||||||
- apk add --no-cache gettext
|
|
||||||
- pip install tox
|
- pip install tox
|
||||||
script: tox -e linters
|
script: tox -e linters
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
Loading…
Reference in New Issue