summaryrefslogtreecommitdiff
path: root/Makefile
blob: 7e2cd629ee45fa9cd6cc466853558078bd501c40 (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 -f *.py[co]