summaryrefslogtreecommitdiff
path: root/Makefile
blob: 7ca6e1b759cf01fc0c15fd4692b282e9327d7686 (plain)
1
2
3
4
5
6
7
8
9
10
PYTHON = python

all:

check: all
	$(PYTHON) -m CoverageTestRunner --ignore-missing-from=without-tests
	rm .coverage
	
clean:
	rm -rf *.py[co] build