Skip to content

Commit 72d608b

Browse files
committed
💚 pass moban stage because this package hasn't been released yet
1 parent 0fe0e62 commit 72d608b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ stages:
4444
python: 3.6
4545
stage: moban
4646
install: pip install moban>=0.0.4
47-
script:
48-
- moban
49-
- git diff --exit-code
47+
script: python setup.py develop && moban && make git-diff-check
5048

5149
jobs:
5250
include:

gitfs2.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +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
1920
lint_command: make install_test lint format git-diff-check

0 commit comments

Comments
 (0)