mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Remove python2.7 lint from CI
This commit is contained in:
parent
bbfd5eb9d0
commit
0781150f20
1 changed files with 0 additions and 15 deletions
|
@ -3,14 +3,6 @@
|
|||
########################################
|
||||
# later we must fix lint and format-check jobs and remove "allow_failure"
|
||||
|
||||
lint27:
|
||||
stage: lint
|
||||
image: "before-install"
|
||||
needs: []
|
||||
allow_failure: true
|
||||
script:
|
||||
- tox -e py27-lint
|
||||
|
||||
lint37:
|
||||
stage: lint
|
||||
image: "before-install"
|
||||
|
@ -19,13 +11,6 @@ lint37:
|
|||
script:
|
||||
- tox -e py37-lint
|
||||
|
||||
invalidcode27:
|
||||
stage: lint
|
||||
image: "before-install"
|
||||
needs: []
|
||||
script:
|
||||
- tox -e py27-invalidcode
|
||||
|
||||
invalidcode37:
|
||||
stage: lint
|
||||
image: "before-install"
|
||||
|
|
Loading…
Add table
Reference in a new issue