all:
	@nosetests

clean:
	find $(CURDIR) -name '*.py[co]' -print0 | xargs -0 rm -f
