Skip to content

Commit

Permalink
💚 update missing section in Make file
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Aug 14, 2019
1 parent 734b8cd commit 09d8869
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
all: test

install_test:
pip install -r tests/requirements.txt

test: lint
bash test.sh

Expand Down
1 change: 0 additions & 1 deletion gitfs2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ entry_points:
fs.opener:
- "git = gitfs2:GitFSOpener"
description: "Python file system 2 over GitPython"
moban_command: moban
lint_command: make install_test lint format git-diff-check

0 comments on commit 09d8869

Please sign in to comment.