readd allow_failure

This commit is contained in:
Kay0u 2021-02-02 17:13:36 +01:00
parent bfd7257a8c
commit 3bd314e940
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -7,6 +7,7 @@ lint37:
stage: lint
image: "before-install"
needs: []
allow_failure: true
script:
- tox -e py37-lint
@ -20,6 +21,7 @@ invalidcode37:
format-check:
stage: lint
image: "before-install"
allow_failure: true
needs: []
script:
- tox -e py37-black-check