.PHONY: test

test:
	py.test tests


clean:
	find . -name '.pytest_cache' -exec rm -rf {} +
