We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe0e62 commit 72d608bCopy full SHA for 72d608b
.travis.yml
@@ -44,9 +44,7 @@ stages:
44
python: 3.6
45
stage: moban
46
install: pip install moban>=0.0.4
47
- script:
48
- - moban
49
- - git diff --exit-code
+ script: python setup.py develop && moban && make git-diff-check
50
51
jobs:
52
include:
gitfs2.yml
@@ -16,4 +16,5 @@ entry_points:
16
fs.opener:
17
- "git = gitfs2:GitFSOpener"
18
description: "Python file system 2 over GitPython"
19
+moban_command: python setup.py develop && moban && make git-diff-check
20
lint_command: make install_test lint format git-diff-check
0 commit comments