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 734b8cd commit 09d8869Copy full SHA for 09d8869
Makefile
@@ -1,5 +1,8 @@
1
all: test
2
3
+install_test:
4
+ pip install -r tests/requirements.txt
5
+
6
test: lint
7
bash test.sh
8
gitfs2.yml
@@ -16,5 +16,4 @@ entry_points:
16
fs.opener:
17
- "git = gitfs2:GitFSOpener"
18
description: "Python file system 2 over GitPython"
19
-moban_command: moban
20
lint_command: make install_test lint format git-diff-check
0 commit comments