Skip to content

Commit 79ba26a

Browse files
committed
🔥 disable moban stage for now. latest moban v6 is not released. not ready to do the check
1 parent 72d608b commit 79ba26a

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.travis.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ python:
1515
stages:
1616
- test
1717
- lint
18-
- moban
1918

2019
.disable_global: &disable_global
2120
addons: false
@@ -39,13 +38,6 @@ stages:
3938
stage: lint
4039
script: make install_test lint format git-diff-check
4140

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-
4941
jobs:
5042
include:
5143
- *moban

gitfs2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ entry_points:
1616
fs.opener:
1717
- "git = gitfs2:GitFSOpener"
1818
description: "Python file system 2 over GitPython"
19-
moban_command: python setup.py develop && moban && make git-diff-check
19+
moban_command: false
2020
lint_command: make install_test lint format git-diff-check

0 commit comments

Comments
 (0)