Allow linter to fail
This commit is contained in:
parent
4b07ddda23
commit
39c3a59838
|
@ -24,3 +24,4 @@ python37:
|
||||||
linters:
|
linters:
|
||||||
stage: test
|
stage: test
|
||||||
script: tox -e linters
|
script: tox -e linters
|
||||||
|
allow_failure: true
|
||||||
|
|
Loading…
Reference in New Issue