Skip to content

Commit 09d8869

Browse files
committed
💚 update missing section in Make file
1 parent 734b8cd commit 09d8869

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
all: test
22

3+
install_test:
4+
pip install -r tests/requirements.txt
5+
36
test: lint
47
bash test.sh
58

gitfs2.yml

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

0 commit comments

Comments
 (0)