Allow failures on coveralls CI job

This commit is contained in:
Éloi Rivard 2020-11-23 16:47:54 +01:00
parent 33ca7993d4
commit fda534eff8

View file

@ -41,6 +41,7 @@ doc:
coverage: coverage:
image: python:3.9 image: python:3.9
stage: test stage: test
allow_failure: true
script: script:
- tox -e coverage - tox -e coverage
- coveralls - coveralls