Skip to content

Commit 2ea8237

Browse files
committed
Fix Makefile
1 parent 9977d2c commit 2ea8237

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ all: check test
33
check:
44
@flake8 *.py tests/*.py
55
@isort --check -q *.py tests/*.py
6+
.PHONY: check
67

78
test:
89
@py.test tests
10+
.PHONY: test

0 commit comments

Comments
 (0)