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:
image: python:3.9
stage: test
allow_failure: true
script:
- tox -e coverage
- coveralls