File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ python:
15
15
stages :
16
16
- test
17
17
- lint
18
- - moban
19
18
20
19
.disable_global : &disable_global
21
20
addons : false
@@ -39,13 +38,6 @@ stages:
39
38
stage : lint
40
39
script : make install_test lint format git-diff-check
41
40
42
- .moban : &moban
43
- << : *disable_global
44
- python : 3.6
45
- stage : moban
46
- install : pip install moban>=0.0.4
47
- script : python setup.py develop && moban && make git-diff-check
48
-
49
41
jobs :
50
42
include :
51
43
- *moban
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ entry_points:
16
16
fs.opener :
17
17
- " git = gitfs2:GitFSOpener"
18
18
description : " Python file system 2 over GitPython"
19
- moban_command : python setup.py develop && moban && make git-diff-check
19
+ moban_command : false
20
20
lint_command : make install_test lint format git-diff-check
You can’t perform that action at this time.
0 commit comments