summaryrefslogtreecommitdiff
path: root/Makefile
blob: 5f16fae0d9621c80ae2d72cad0313e83e35270af (plain)
1
2
3
4
5
6
7
all:
	python setup.py build
	python setup.py sdist

.PHONY: test
test:
	nosetests test